test agains various python 3.x builds
This commit is contained in:
parent
76a24b10f2
commit
24adbab4aa
@ -1,5 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python: "3.4"
|
python:
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "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 --process-dependency-links dnsdiag
|
||||||
script: nosetests dnstraceroute.py
|
script: nosetests dnstraceroute.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user