mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
89888ae7bf
Dynamips working directory management Random port selection for the ZeroMQ server TCP & UDP port allocation in a range with improvements Update Dynamips to 0.2.11 (for the tests) Focus on Python3 development (stop trying to be compatible with Python 2.x) More error/bug catching
8 lines
94 B
INI
8 lines
94 B
INI
[tox]
|
|
envlist = py33
|
|
|
|
[testenv]
|
|
commands = py.test [] -s tests
|
|
deps = -rdev-requirements.txt
|
|
|