ci: Travis: test with py38 also

This commit is contained in:
Daniel Hahler
2020-01-10 17:30:19 +01:00
committed by Dave Halter
parent 2572136fcb
commit 7dfc56992a

View File

@@ -10,6 +10,8 @@ matrix:
include: include:
- env: ENV=test_coverage - env: ENV=test_coverage
python: 2.7 python: 2.7
- env: ENV=test_coverage
python: 3.8
install: install:
- | - |
if [ "$ENV" = "test" ]; then if [ "$ENV" = "test" ]; then