Skip to content

Commit ef1a925

Browse files
ekampfchangeling
authored andcommitted
v3.0 - remove Python 2.x from build (#983)
* Change travis to only compile for p3.6+ * Changed tox to only run Python 3.6+ * Changed library classifiers to reflect support in Python 3.6+ * Changed version to 3.0.0 development In [15]: get_version((3, 0, 0, "alpha", 0)) Out[15]: '3.0.dev20190601212304'
1 parent f7d1688 commit ef1a925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ skipsdist = true
55
[testenv]
66
deps =
77
.[test]
8+
py{36,37}: pytest-asyncio
89
setenv =
910
PYTHONPATH = .:{envdir}
1011
commands =
11-
py{36,37}: py.test --cov=graphene graphene examples tests_asyncio {posargs}
12+
py{36,37}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs}
1213

1314
[testenv:pre-commit]
1415
basepython=python3.6

0 commit comments

Comments
 (0)