summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 44488787..dc7ed080 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ python:
- pypy
# command to run tests
script:
+ # work around https://bitbucket.org/hpk42/pytest/issue/555
+ - sudo easy_install 'pytest<2.6'
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1