diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 16:01:36 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-01 16:01:36 -0400 |
| commit | 8b1cd5ffa7cff7de258e11199fa2ae69ac951c4d (patch) | |
| tree | d7b3c80bd53f0c1c75197e2dc194f350934c3cf1 /.travis.yml | |
| parent | 59e3528c710363e167e0860aab4fd1a611cc058b (diff) | |
| download | python-setuptools-git-8b1cd5ffa7cff7de258e11199fa2ae69ac951c4d.tar.gz | |
Downgrade pytest to get tests to pass.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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 |
