This commit is contained in:
Miguel Jacq 2018-09-22 18:01:17 +10:00
parent cb3ed3eadd
commit 157dde37e3
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6

View file

@ -17,6 +17,6 @@ before_script:
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# command to run tests # command to run tests
script: pytest --cov=onionshare test/ script: pytest --cov=onionshare test/
script: xvfb-run py.test-3 unit_tests/onionshare_share_mode_download_test.py script: xvfb-run pytest unit_tests/onionshare_share_mode_download_test.py
after_success: after_success:
- coveralls - coveralls