Changeset - a8835d6767a1
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-10 23:28:09
marcin@python-works.com
don't use requirements.txt file in travis
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -18,7 +18,6 @@ install:
 
  - pip install mysql-python psycopg2 mock unittest2
 
  - pip install https://bitbucket.org/mchaput/whoosh/get/2.4x.zip
 
  - pip install . --use-mirrors
 
  - pip install -r requirements.txt --use-mirrors
 
# command to run tests
 
script: nosetests
 

	
0 comments (0 inline, 0 general)