Update run_pytest.yml

This commit is contained in:
Bastian Schroll 2019-09-22 14:29:22 +02:00 committed by GitHub
parent 2fbcfdeca0
commit 9f732b75de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,4 +23,4 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest
pytest -c test/pytest.ini