Files
Brett Randall 02b0d2d2ea Added Python 3.7 to Travis/Tox.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-10-24 16:12:30 +11:00

16 lines
251 B
INI

[tox]
envlist = py27,py36,py37
[testenv]
commands=python test_httpbin.py
[testenv:release]
skipdist = true
usedevelop = false
deps =
twine>=1.6.0
wheel
commands =
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*