Enable Travis CI tests for Pytho 3.8

This commit is contained in:
Chih-Hsuan Yen 2019-10-27 19:38:16 +08:00
parent 77bc97c8da
commit f1ebe8d946
No known key found for this signature in database
GPG Key ID: 0453A6CA23C56315

View File

@ -7,6 +7,7 @@ python:
- 2.7 - 2.7
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8
env: env:
- TEST_SERVER_MODE=false - TEST_SERVER_MODE=false
- TEST_SERVER_MODE=true - TEST_SERVER_MODE=true