Update config.yml

This commit is contained in:
Manuel Riel 2018-11-20 12:37:29 +08:00 committed by GitHub
parent e95c1aa6bf
commit c4c41121d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ jobs:
- run:
name: install dependencies
command: |
sudo apt-get install -y xvfb herbstluftwm
python3 -m venv venv
. venv/bin/activate
pip install .
@ -48,7 +49,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
pytest
xvfb-run python setup.py test
- store_artifacts:
path: test-reports