Remove redundant basepython declarations

This commit is contained in:
Hugo Osvaldo Barrera 2015-11-20 20:41:00 -03:00
parent 032a157c6f
commit ecb4da9ffb

View file

@ -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