summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-06-27 10:10:18 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-06-27 10:10:18 +0200
commitd827dd3f0e3dbee1eebf35e34d56f936314ba2bb (patch)
treea7940dc97bfe92afe328f5866d20e8afa7309727 /tox.ini
parenta16eb0f1cb816dcf8ed59ccd130098f419db98da (diff)
downloadruamel.yaml-d827dd3f0e3dbee1eebf35e34d56f936314ba2bb.tar.gz
re-added test to make sure C-Compiler is available0.15.41
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 8 insertions, 2 deletions
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}