Skip to content

Commit 0bc31da

Browse files
committed
Testing against more pytest versions
1 parent 4928a1f commit 0bc31da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ before_install:
99
- "export DISPLAY=:99.0"
1010
- "sh -e /etc/init.d/xvfb start"
1111
- sleep 3
12+
13+
env:
14+
- PYTEST_VERSION=2.4.2
15+
- PYTEST_VERSION=2.5.2
16+
17+
install:
18+
- pip uninstall -y pytest
19+
- pip install pytest==$PYTEST_VERSION
20+
1221
script: py.test

0 commit comments

Comments
 (0)