Skip to content

Commit e87b756

Browse files
committed
Update pythons and pytests
1 parent 100e907 commit e87b756

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
dist: xenial
1+
dist: bionic
22
language: python
33
python:
44
- '2.7'
55
- '3.5'
66
- '3.6'
77
- '3.7'
8-
- 3.8-dev
8+
- '3.8'
99
install: pip install tox tox-travis coverage codecov
1010
script: tox --recreate
1111
branches:

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py37-pytestlatest-linters,
3+
envlist = py38-pytestlatest-linters,
44
py27-pytest{43,44,45,46}-coverage,
5-
py37-pytest{43,44,45,46,5,51,latest}-coverage,
5+
py38-pytest{43,44,45,46,50,51,52, latest}-coverage,
66
py{35,36,38}-pytestlatest-coverage,
77
py27-pytestlatest-xdist-coverage
88
skip_missing_interpreters = true
@@ -13,8 +13,9 @@ setenv =
1313
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
1414
deps =
1515
pytestlatest: pytest
16+
pytest52: pytest~=5.2.0
1617
pytest51: pytest~=5.1.0
17-
pytest5: pytest~=5.0.0
18+
pytest50: pytest~=5.0.0
1819
pytest46: pytest~=4.6.0
1920
pytest45: pytest~=4.5.0
2021
pytest44: pytest~=4.4.0
@@ -25,6 +26,6 @@ deps =
2526
-r{toxinidir}/requirements-testing.txt
2627
commands = {env:_PYTEST_CMD:pytest} {env:_PYTEST_MORE_ARGS:} {posargs:-vvl}
2728

28-
[testenv:py37-pytestlatest-linters]
29+
[testenv:py38-pytestlatest-linters]
2930
deps = black
3031
commands = black --check --verbose setup.py docs pytest_bdd tests

0 commit comments

Comments
 (0)