Make CircleCI run GUI tests

This commit is contained in:
Micah Lee 2019-01-15 21:54:39 -08:00
parent b39eb126c0
commit 769f256b53
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -42,7 +42,7 @@ jobs:
- run:
name: run tests
command: |
xvfb-run pytest --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/
xvfb-run pytest --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/ --rungui
test-3.6:
<<: *test-template