[tor-commits] [oonib/master] Use requirements.txt not .requirements.txt
art at torproject.org
art at torproject.org
Thu Aug 28 17:28:02 UTC 2014
commit 28bc0a5bb54c5fe5ea898c7c867ecf97c6330a51
Author: Arturo Filastò <art at 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
More information about the tor-commits
mailing list