Skip to content

Commit

Permalink
adapted travis for nmap install
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Jun 18, 2014
1 parent c1f489f commit e42a458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,9 @@ env:

services: mongodb

before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install nmap -qq"
install:
- "pip install pep8 --use-mirrors"
- "pip install pyflakes --use-mirrors"
Expand All @@ -25,7 +28,6 @@ before_script:
- "pep8 . --exclude test,docs,examples"
- "pyflakes ."
- mysql -e 'create database poulet;'
- "apt-get install nmap"
script: nosetests --with-coverage --cover-package=libnmap
after_success:
coveralls

0 comments on commit e42a458

Please sign in to comment.