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

View file

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