diff --git a/.travis.yml b/.travis.yml index bc38277..3ac19c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: # command to install dependencies install: - - pip install -r requirements.txt --use-mirrors + - pip install -r requirements.txt # command to run tests script: make test PYTESTOPTS=-s #notifications: