*ahem, scratch that. I mean integration tests

This commit is contained in:
Anders Ingemann 2016-03-04 01:33:30 +01:00
parent dbb687a2ff
commit d8fa9b90dd

View file

@ -1,5 +1,5 @@
[tox]
envlist = flake8, unit, system, docs
envlist = flake8, unit, integration, docs
[flake8]
ignore = E101,E221,E241,E501,W191