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: env:
- REQUIREMENTS=lowest - REQUIREMENTS=lowest
- REQUIREMENTS=release DEPLOY=true - REQUIREMENTS=release
- REQUIREMENTS=devel - REQUIREMENTS=devel
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
before_install: before_install:
- "nvm install 6; nvm use 6" - "nvm install 6; nvm use 6"