8000 Update tox.ini · faif/python-patterns@2c95590 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c95590

Browse files
authored
Update tox.ini
1 parent d5b0849 commit 2c95590

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tox.ini

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = ci27,ci36,ci37,cov-report
2+
envlist = ci27,ci36,ci37,ci38,cov-report
33

44

55
[testenv]
@@ -33,6 +33,15 @@ commands =
3333
pytest --doctest-modules --ignore-glob="*__py2.py" patterns/
3434
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
3535

36+
[testenv:ci38]
37+
basepython = python3.8
38+
deps =
39+
-r requirements-dev.txt
40+
commands =
41+
flake8 --exclude="*__py2.py" patterns/
42+
pytest --doctest-modules --ignore-glob="*__py2.py" patterns/
43+
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
44+
3645
[testenv:cov-report]
3746
setenv =
3847
COVERAGE_FILE = .coverage

0 commit comments

Comments
 (0)
0