Commit 3e73f34b by Peter Weidenbach

travis setup fixed again...

parent ec093dfa
...@@ -6,7 +6,8 @@ python: ...@@ -6,7 +6,8 @@ python:
# command to install dependencies # command to install dependencies
install: install:
- "sudo apt-get -qq update" - "sudo apt-get -qq update"
- "sudo apt-get install -y clamav-daemon" - "sudo apt-get install -y clamav clamav-daemon"
- "sudo -E freshclam"
- "python setup.py -q install" - "python setup.py -q install"
- "pip install pytest-pep8" - "pip install pytest-pep8"
# command to run tests # command to run tests
......
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