mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
f08817f335
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py33, py34
|
envlist = py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python setup.py test
|
commands = python setup.py test
|
||||||
@ -9,5 +9,5 @@ deps = -rdev-requirements.txt
|
|||||||
ignore = E501,E402
|
ignore = E501,E402
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = old_tests .tox
|
norecursedirs = .tox
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user