From review (by Sybren Stüvel): use tox for py2/py3 tests

(and updated docs)
This commit is contained in:
Dalai Felinto
2016-12-02 10:56:19 +01:00
parent 750f325753
commit e8a7041c01
3 changed files with 16 additions and 4 deletions

13
tox.ini Normal file
View File

@@ -0,0 +1,13 @@
[tox]
envlist = {2.7,3.5}
[testenv]
basepython =
2.7: python2.7
3.5: python3.5
deps =
pytest
pytest-cov
commands = py.test