hy/tox.ini
Zack M. Davis d4494151f4 experiment: can we convince Travis CI to test with nightly Python?
The docs say that "nightly" is supported, but it's less clear exactly
what our .travis.yml should say to make this happen.
2016-09-22 23:24:14 -07:00

16 lines
238 B
INI

[tox]
envlist = py27,pypy,py33,py34,py35,py36,flake8
skipsdist = True
[testenv]
commands =
pip install --allow-all-external -e .
nosetests
passenv =
TERM
deps =
-rrequirements-dev.txt
[testenv:flake8]
commands = flake8 hy bin tests