commit 28bc0a5bb54c5fe5ea898c7c867ecf97c6330a51 Author: Arturo Filastò art@fuffa.org Date: Thu Aug 28 18:47:29 2014 +0200
Use requirements.txt not .requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 19bf2c6..4a8ceca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ python: - "2.7" - "2.6" install: - - pip install -r .requirements.txt --use-mirrors + - pip install -r requirements.txt - pip install coveralls - python setup.py install # command to run tests, e.g. python setup.py test
tor-commits@lists.torproject.org