mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-09 06:32:40 +00:00
![Daniel Lintott](/assets/img/avatar_default.png)
+ Convert setup.py test to run py.test instead of tox + Tox should now run setup.py test + TravisCI will create a job for each TOX_ENV and then execute tox to run the tests for that TOX_ENV
8 lines
101 B
INI
8 lines
101 B
INI
[tox]
|
|
envlist = py33, py34
|
|
|
|
[testenv]
|
|
commands = python setup.py test
|
|
deps = -rdev-requirements.txt
|
|
|