Replacing end-of-life Python versions with live versions

This commit is contained in:
Colin Jermain
2018-11-18 10:01:10 -05:00
parent 19e1b189ca
commit 3afcbb3918
4 changed files with 9 additions and 7 deletions

View File

@@ -4,10 +4,11 @@ sudo: required
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
env: