Remove coverage from tox envlist as only travis known the API token
This commit is contained in:
parent
43b4ffb88a
commit
8ab40271bc
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue