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 f65ae0e commit 7e92769Copy full SHA for 7e92769
.travis.yml
@@ -7,11 +7,13 @@ python:
7
- "3.3"
8
- "3.4"
9
install:
10
- - sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
11
- - sudo freshclam --verbose
12
- - sudo service clamav-daemon start
13
- pip install .
14
script: python setup.py nosetests
+addons:
+ apt:
+ packages:
15
+ - clamav-deamon
16
matrix:
17
allow_failures:
18
- python: "2.5"
19
+sudo: false
0 commit comments