aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-07-10 23:28:09 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-07-10 23:28:09 +0200
commit2ef166d29e052bcee037def3404d82d6ad1f3d27 (patch)
tree116c28dc8ec32021eafe4444ff74cce3fe0557e0 /.travis.yml
parentbe1ff5f080f3ac2dcbf6c291adcc38abe841c686 (diff)
don't use requirements.txt file in travis
--HG-- branch : beta
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f4fc07f9..b80b6aac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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