Fix build with Travis CI
This commit is contained in:
@ -5,6 +5,6 @@ python:
|
||||
- "3.5"
|
||||
- "3.5-dev" # 3.5 development branch
|
||||
- "nightly" # currently points to 3.6-dev
|
||||
install: pip install --process-dependency-links dnsdiag
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nosetests dnstraceroute.py
|
||||
|
||||
|
Reference in New Issue
Block a user