Skip to content

Instantly share code, notes, and snippets.

@cemsbr
Created May 26, 2017 21:16
Show Gist options
  • Save cemsbr/7226b025c4eb6ed78437e447b136ac87 to your computer and use it in GitHub Desktop.
Save cemsbr/7226b025c4eb6ed78437e447b136ac87 to your computer and use it in GitHub Desktop.
[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