Travis CI: abandon Python 3.3 but try 3.7

This commit is contained in:
Brandon Rhodes 2019-08-22 16:07:43 -04:00
parent 4bc4e355e8
commit ba560cb086
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- "pip install unittest2"