We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86150aa commit 1fec6bcCopy full SHA for 1fec6bc
.travis.yml
@@ -5,11 +5,10 @@ python:
5
- "2.7"
6
- "3.3"
7
install:
8
- - sudo apt-get update -qq
9
- - sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs -qq
10
- - sudo freshclam --quiet
+ - sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
+ - sudo freshclam
11
- sudo service clamav-daemon start
12
- - pip install . --use-mirrors
+ - pip install .
13
script: python setup.py nosetests
14
matrix:
15
allow_failures:
0 commit comments