Skip to content
Snippets Groups Projects
Commit 07735bc7 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

rm test for python 3.5 as this will always fail, because we use f-string

parent 2764cce7
No related branches found
No related tags found
No related merge requests found
......@@ -9,18 +9,11 @@ before_script:
- eval "$(pyenv init -)"
test:python35:
script:
- pyenv install 3.5.9
- pyenv shell 3.5.9
- pip install -r requirements.txt
- python -m pytest test
test:python36:
script:
- pyenv install 3.6.9
- pyenv shell 3.6.9
- pip install --upgrade pip
- pip install -r requirements.txt
- python -m pytest test
......@@ -29,6 +22,7 @@ test:python37:
script:
- pyenv install 3.7.5
- pyenv shell 3.7.5
- pip install --upgrade pip
- pip install -r requirements.txt
- python -m pytest test
......@@ -37,5 +31,6 @@ 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