864fa66f22
and switch travis to use tox
16 lines
233 B
INI
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
|