12345678910111213 |
- [tox]
- envlist = py35
- [testenv]
- setenv =
- PYTHONPATH = {toxinidir}:{toxinidir}/infclass_muter
- commands = python setup.py test
- ; If you want to make tox run the tests with the same versions, create a
- ; requirements.txt with the pinned versions and uncomment the following lines:
- ; deps =
- ; -r{toxinidir}/requirements.txt
|