hy/tox.ini
Felix Yan 864fa66f22 Enable automated testing with Python 3.5
and switch travis to use tox
2015-11-03 23:32:31 +08:00

16 lines
233 B
INI

[tox]
envlist = py27,pypy,py33,py34,py35,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