From d827dd3f0e3dbee1eebf35e34d56f936314ba2bb Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 27 Jun 2018 10:10:18 +0200 Subject: re-added test to make sure C-Compiler is available --- tox.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 37ce2d1..3244c1e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,15 +1,21 @@ [tox] -envlist = pep8,py36,py27,py35,py34,pypy +envlist = cs,py36,py27,py35,py34,pypy [testenv] commands = /bin/bash -c 'pytest _test/test_*.py' deps = pytest - flake8==3.3.0 + flake8==2.5.5 ruamel.std.pathlib +[testenv:cs] +basepython = python3.6 +commands = + flake8 --exclude .tox,jabsy,jinja2,base,cmd,convert{posargs} + [testenv:pep8] +basepython = python3.6 commands = flake8 --exclude .tox,jabsy,jinja2,base,cmd,convert{posargs} -- cgit v1.2.1