gixy/tox.ini

20 lines
309 B
INI
Raw Normal View History

2017-03-30 22:12:44 +00:00
[tox]
2018-09-28 08:01:34 +00:00
envlist = py26, py27, py34, py35, py36, py37, flake8
2017-03-30 22:12:44 +00:00
skip_missing_interpreters = True
[testenv]
deps =
2017-04-28 15:00:19 +00:00
-rrequirements.txt
-rrequirements.dev.txt
2017-03-30 22:12:44 +00:00
commands = nosetests -v
[testenv:flake8]
deps =
flake8
basepython = python3
commands =
flake8 setup.py gixy
[flake8]
2017-05-16 20:02:10 +00:00
max_line_length = 120