1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-10 02:29:29 +00:00

Remove older Python 3 versions from CI

This commit is contained in:
Mike Naberezny 2018-10-09 18:34:45 -07:00
parent 7ed4d95885
commit 1ca859196f
2 changed files with 1 additions and 5 deletions

View File

@ -6,10 +6,6 @@ matrix:
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.2
env: TOXENV=py32
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,py35,py36,pypy
py26,py27,py34,py35,py36,pypy
[testenv]
commands =