8000 Test against multiple typing versions on tox · nirum-lang/nirum-python@2bc1c9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bc1c9c

Browse files
committed
Test against multiple typing versions on tox
1 parent 156b7c6 commit 2bc1c9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tox]
2-
envlist = py27,py34,py35,docs
2+
envlist = {py27,py34,py35}-{typing351,typing352},docs
33

44
[testenv]
5-
deps = -e.[tests]
5+
deps =
6+
-e.[tests]
7+
typing351: typing<3.5.2
8+
typing352: typing>=3.5.2
69
commands=
710
pytest -v
811

0 commit comments

Comments
 (0)
0