Fixing travis
authorDaniel Roy Greenfeld <pydanny@gmail.com>
Wed, 25 Nov 2015 01:45:14 +0000 (17:45 -0800)
committerDaniel Roy Greenfeld <pydanny@gmail.com>
Wed, 25 Nov 2015 01:45:14 +0000 (17:45 -0800)
.travis.yml

index 599fea45df12345a69d82a963cfdab5dbc8693f7..9493da952a8039abe6bd2447f7de15ee74410710 100644 (file)
@@ -11,7 +11,7 @@ python:
   - "pypy"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: pip install -r requirements.txt --use-mirrors
+install: pip install -r requirements.txt
 
 # command to run tests, e.g. python setup.py test
 script: py.test