Skip to content

Commit fb5196d

Browse files
committed
Run tests on newer Python versions
1 parent e3a9ebc commit fb5196d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

tox.ini

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
[tox]
22
minversion=1.9.0
3-
envlist=py{26,27,34,35,36,37,38,39,310}-{test,covr},docs,py{27,34,35,36,37,38,39,310}-lint
3+
envlist=py{26,27,34,35,36,37,38,39,310}-test,docs,py{27,34,35,36,37,38,39,310}-lint
44

55
[testenv]
66
commands=
7-
test: pytest riemann_client tests
87
lint: flake8 --config tox.ini riemann_client tests
9-
covr: coverage run --rcfile tox.ini --source riemann_client --module pytest
10-
covr: coverage report --rcfile tox.ini
8+
test: coverage run --rcfile tox.ini --source riemann_client --module pytest
9+
test: coverage report --rcfile tox.ini
1110
deps=
12-
test: pytest
1311
lint: flake8
14-
covr: pytest
15-
covr: coverage
12+
test: pytest
13+
test: coverage
1614

1715
[pytest]
1816
addopts=-qq --tb=short

0 commit comments

Comments
 (0)