1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

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"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"