Skip to content
Snippets Groups Projects
Commit 436310be authored by David Schäfer's avatar David Schäfer
Browse files

Update .gitlab-ci.yml

parent efeb074c
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,10 @@ test:python37:
- python -m pytest test
test:python38:
script:
- pyenv install 3.8.0
- pyenv shell 3.8.0
- pip install --upgrade pip
- pip install -r requirements.txt
- python -m pytest test
# test:python38:
# script:
# - pyenv install 3.8.0
# - pyenv shell 3.8.0
# - pip install --upgrade pip
# - pip install -r requirements.txt
# - python -m pytest test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment