diff --git a/.travis.yml b/.travis.yml index d63dc3208..4a7d8ebbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # command to run tests -script: nosetests \ No newline at end of file +script: nosetests