Skip to content

Commit 639cc44

Browse files
b4handjrdavehunt
authored andcommitted
Remove pytest version testing (#5)
1 parent 603f9ee commit 639cc44

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ python:
55
- pypy
66
- pypy3
77
- nightly
8-
env:
9-
- TOXENV=pytest29
10-
- TOXENV=pytest30
118
matrix:
129
include:
1310
- python: 2.7
@@ -28,4 +25,3 @@ deploy:
2825
tags: true
2926
repo: pytest-dev/pytest-base-url
3027
python: 3.6
31-
condition: "$TOXENV = pytest30"

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,36,py,py3}-pytest{29,30}, flake8
7+
envlist = py{27,36,py,py3}, flake8
88

99
[testenv]
1010
deps =
11-
pytest29: pytest==2.9.2
12-
pytest28: pytest==3.0.6
1311
pytest-localserver
1412
commands = py.test -v -r a {posargs}
1513

0 commit comments

Comments
 (0)