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 01:05:30 +02:00 committed by GitHub
parent e705ca6c4b
commit 72e053f383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd ..
pip install pytest
pytest