Commit d3041c4e by Peter Weidenbach Committed by GitHub

Update .travis.yml

parent 3e73f34b
...@@ -7,9 +7,9 @@ python: ...@@ -7,9 +7,9 @@ python:
install: install:
- "sudo apt-get -qq update" - "sudo apt-get -qq update"
- "sudo apt-get install -y clamav clamav-daemon" - "sudo apt-get install -y clamav clamav-daemon"
- "sudo -E freshclam" - "sudo -E freshclam"
- "sudo -E /etc/init.d/clamav-daemon start"
- "python setup.py -q install" - "python setup.py -q install"
- "pip install pytest-pep8" - "pip install pytest-pep8 pytest-cov codecov"
# command to run tests # command to run tests
script: pytest script: "pytest --cov=./"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment