diff --git a/.travis.yml b/.travis.yml index 3dd6aa8ce..c420e94a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,5 @@ language: python python: - "2.7" - "3.2" -# command to install dependencies install: "pip install -r requirements.txt --use-mirrors" -# command to run tests script: nosetests \ No newline at end of file