Skip to content

Commit 0928808

Browse files
committed
Update pythons and pytests
1 parent 353b788 commit 0928808

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: python
2-
dist: xenial
2+
dist: bionic
33
python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89

910
install:
1011
- pip install tox tox-travis

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
33
envlist = py27-pytest{43,44,45,46},
4-
py37-pytest{43,44,45,46,5,latest},
5-
py{35,36}-pytestlatest
4+
py38-pytest{43,44,45,46,50,51,52,latest},
5+
py{35,36,37}-pytestlatest
66

77
[testenv]
88
commands = pytest --junitxml={envlogdir}/junit-{envname}.xml {posargs:tests}
99
deps =
1010
pytestlatest: pytest
11-
pytest5: pytest~=5.0.0
11+
pytest52: pytest~=5.2.0
12+
pytest51: pytest~=5.1.0
13+
pytest50: pytest~=5.0.0
1214
pytest46: pytest~=4.6.0
1315
pytest45: pytest~=4.5.0
1416
pytest44: pytest~=4.4.0

0 commit comments

Comments
 (0)