upgrading code for python 3.x

closes #38
This commit is contained in:
AlexVonB
2021-02-21 23:06:21 +01:00
parent ed406d3206
commit 99365de669
3 changed files with 9 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8==2.5.4 pytest
pip install flake8==3.8.4 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |