Commit 622ccd82 authored by Kirill Smelkov's avatar Kirill Smelkov

Test via tox under both Python2 and Python3

parent e01e5c2f
include tox.ini
recursive-include golang/testdata *.py recursive-include golang/testdata *.py
...@@ -28,6 +28,8 @@ setup( ...@@ -28,6 +28,8 @@ setup(
classifiers = [_.strip() for _ in """\ classifiers = [_.strip() for _ in """\
Development Status :: 3 - Alpha Development Status :: 3 - Alpha
Intended Audience :: Developers\ Intended Audience :: Developers
Programming Language :: Python :: 2
Programming Language :: Python :: 3\
""".splitlines()] """.splitlines()]
) )
[tox]
envlist = py27, py36, py37
[testenv]
deps =
# why tox does not get it from extras_require['test'] ?
pytest
commands= {envpython} -m pytest
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment