Created
May 26, 2017 21:16
-
-
Save cemsbr/7226b025c4eb6ed78437e447b136ac87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tox] | |
envlist = py36 | |
[testenv] | |
whitelist_externals= | |
rm | |
make | |
commands= | |
; Force packaging even if setup.{py,cfg} haven't changed | |
rm -rf ./python_openflow.egg-info/ | |
coverage run setup.py test | |
make -C docs/ doctest | |
make -C docs/ | |
pylama tests setup.py pyof | |
deps= | |
-rrequirements-dev.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment