Travis CI: test Python 3.6 and 3.7

This commit is contained in:
Andrew Ekstedt 2019-11-15 22:35:12 -08:00
parent 8dfbd58688
commit 03974e6f22
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"