diff --git a/.travis.yml b/.travis.yml index c69741a2..a322a69c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: - "pypy" # command to install dependencies install: - - pip install . --use-mirrors + - pip install . # command to run tests script: nosetests