adding python 3.8

This commit is contained in:
Mojib
2020-10-01 10:54:16 +02:00
parent dac28d569e
commit 917ad9a95e

View File

@@ -24,12 +24,13 @@ cache:
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release DEPLOY=true
- REQUIREMENTS=release
- REQUIREMENTS=devel
python:
- "3.6"
- "3.7"
- "3.8"
before_install:
- "nvm install 6; nvm use 6"