Skip to content

Commit 3739f92

Browse files
author
Jordan Adler
committed
Peg versions of test tools
1 parent bce91ce commit 3739f92

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ matrix:
2222
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
2323

2424
install:
25-
- pip install tox
25+
- pip install tox==2.9.1
26+
- pip install virtualenv==15.2.0
27+
- pip install py==1.4.30
28+
- pip install pluggy==0.5.2
2629

2730
before_script:
2831
# Run flake8 tests only on Python 2.7 and 3.7...

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
envlist = py26,py27,py33,py34,py35,py36,py37
33

44
[testenv]
5-
deps = pytest
5+
deps =
6+
pytest
7+
unittest2
68
commands = pytest {posargs}

0 commit comments

Comments
 (0)