Also run system tests in the default tox env

This commit is contained in:
Anders Ingemann 2016-03-04 01:32:07 +01:00
parent d62e20c763
commit dbb687a2ff

View file

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