1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 06:27:34 +00:00

Update pythonpackage.yml

This commit is contained in:
Steffo 2019-09-29 00:57:03 +02:00 committed by GitHub
parent 9f32830199
commit db2dac01d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py develop
- name: Lint with flake8
run: |
pip install flake8