test agains various python 3.x builds

This commit is contained in:
Babak Farrokhi 2016-05-25 15:46:39 +04:30
parent 76a24b10f2
commit 24adbab4aa
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -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