mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Remove redundant basepython declarations
This commit is contained in:
parent
032a157c6f
commit
ecb4da9ffb
1 changed files with 0 additions and 6 deletions
6
tox.ini
6
tox.ini
|
|
@ -9,12 +9,6 @@ envlist =
|
|||
commands =
|
||||
coverage run setup.py test
|
||||
coveralls
|
||||
basepython =
|
||||
py26: python2.6
|
||||
py27: python2.7
|
||||
py32: python3.2
|
||||
py33: python3.3
|
||||
py34: python3.4
|
||||
deps =
|
||||
coverage==3.7.1
|
||||
coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue