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

View File

@@ -15,5 +15,5 @@ Python 2.x support may be dropped in the future.
To run the tests just do:
>>> pip install pytest
>>> py.test tests/
>>> pip install tox
>>> tox