mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
940cb7b152
Tox is a utility that helps you test on different versions of Python.
5 lines
68 B
INI
5 lines
68 B
INI
[tox]
|
|
envlist = py27,py34
|
|
[testenv]
|
|
commands=python test_httpbin.py
|