Files
httpbin/tox.ini
T
Kevin McCarthy 940cb7b152 Add Tox
Tox is a utility that helps you test on different versions of Python.
2014-05-25 19:44:10 -10:00

5 lines
68 B
INI

[tox]
envlist = py27,py34
[testenv]
commands=python test_httpbin.py