Skip to content

Commit 1628880

Browse files
Thomas GraingerThomas Grainger
Thomas Grainger
authored and
Thomas Grainger
committedMar 21, 2016
container based travis
1 parent 5c5e33b commit 1628880

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ env:
77
- TOX_ENV=py34
88
- TOX_ENV=py35
99
- TOX_ENV=lint
10-
install:
11-
- sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
12-
- sudo freshclam --verbose
13-
- sudo service clamav-daemon start
14-
- pip install tox
10+
install: pip install tox
1511
script: tox -e $TOX_ENV
12+
addons:
13+
apt:
14+
packages:
15+
- clamav-deamon
16+
sudo: false

0 commit comments

Comments
 (0)