From 3ec2e6e729ee71d0284140d3f494529788cbcfd5 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 6 Nov 2012 02:32:59 +0900 Subject: Add six to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 593d61e..7286637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ python: - 3.2 - 3.3 -install: "pip install cython --use-mirrors" +install: "pip install cython six --use-mirrors" script: nosetests -- cgit v1.2.1