From df9fbcf64d0bd1534d96d9f36076570a0c990072 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 24 Nov 2015 17:45:14 -0800 Subject: [PATCH] Fixing travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 599fea4..9493da9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.30.2