Files
httpbin/tox.ini
T
Brett Randall d2ca5e0b8a Updated tox and Travis to use py36.
- Added a matrix config to Travis to align tox an travis environments.
- Locked dist to trusty
2017-11-27 12:06:06 +11:00

16 lines
246 B
INI

[tox]
envlist = py27,py36
[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/*