diff --git a/.travis.yml b/.travis.yml index bca86835..a917d223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.2" +# - "3.2" install: "pip install -r requirements.txt --use-mirrors" # command to run tests script: nosetests