Skip to content

Commit e42a458

Browse files
committed
adapted travis for nmap install
1 parent c1f489f commit e42a458

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ env:
1414

1515
services: mongodb
1616

17+
before_install:
18+
- "sudo apt-get update -qq"
19+
- "sudo apt-get install nmap -qq"
1720
install:
1821
- "pip install pep8 --use-mirrors"
1922
- "pip install pyflakes --use-mirrors"
@@ -25,7 +28,6 @@ before_script:
2528
- "pep8 . --exclude test,docs,examples"
2629
- "pyflakes ."
2730
- mysql -e 'create database poulet;'
28-
- "apt-get install nmap"
2931
script: nosetests --with-coverage --cover-package=libnmap
3032
after_success:
3133
coveralls

0 commit comments

Comments
 (0)