summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-07-24 12:08:20 +0200
committerholger krekel <holger@merlinux.eu>2013-07-24 12:08:20 +0200
commit997df928b7417c6af6330f1cc6cf5924c9394b26 (patch)
tree4c6bdb4dc1cd5da9c27352be79e49b489eabd0ba /.travis.yml
parent6d145ac93a7b6bd2672e45dbe3c0d624937b9537 (diff)
downloadpytest-997df928b7417c6af6330f1cc6cf5924c9394b26.tar.gz
stick to virtualenv<1.10 for now because it breaks python2.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 81977fa5c..8a1dc1ab2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: python
# command to install dependencies
-install: "pip install -e . detox"
+install: "pip install 'virtualenv<1.10' -e . detox"
# # command to run tests
script: detox --recreate
notifications: