Skip to content

Commit 5c22e31

Browse files
author
Thomas Grainger
committed
container based travis
1 parent f65ae0e commit 5c22e31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ python:
77
- "3.3"
88
- "3.4"
99
install:
10-
- sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
11-
- sudo freshclam --verbose
12-
- sudo service clamav-daemon start
1310
- pip install .
1411
script: python setup.py nosetests
12+
addons:
13+
apt:
14+
packages:
15+
- clamav-deamon
1516
matrix:
1617
allow_failures:
1718
- python: "2.5"

0 commit comments

Comments
 (0)