Reorder args when running tests in CircleCI

This commit is contained in:
Micah Lee 2019-01-18 14:37:18 -08:00
parent c7c275ca92
commit 4168f477c8

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/ --rungui
xvfb-run pytest --rungui --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/
test-3.6:
<<: *test-template