Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit b996517

Browse files
committed
tox: update Python versions
Python 3.3 has not had support for a while and other branches are failing due to attempting to test on it. Python 3.4 is shipped in EPEL for CentOS 7 so there's some value in starting with that as a valid version.
1 parent 4a217ae commit b996517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {pypy,pep8,py3pep8,py26,py27,py33,py34}
2+
envlist = {pypy,pep8,py3pep8,py26,py27,py34,py35,py36}
33

44
[testenv]
55
deps =
@@ -20,7 +20,7 @@ commands =
2020
flake8 .
2121

2222
[testenv:py3pep8]
23-
basepython = python3.3
23+
basepython = python3.6
2424
deps =
2525
flake8
2626
flake8-import-order

0 commit comments

Comments
 (0)