Remove coverage from tox envlist as only travis known the API token

This commit is contained in:
Valentin Samir 2016-06-30 00:37:00 +02:00
parent 43b4ffb88a
commit 8ab40271bc

View file

@ -1,13 +1,12 @@
[tox]
envlist=
flake8,
py27-django17,
py27-django18,
py27-django19,
py34-django17,
py34-django18,
py34-django19,
flake8,
coverage
[flake8]
max-line-length=100