Test with more recent python versions and pypy

This commit is contained in:
Babak Farrokhi 2018-08-05 16:28:12 +04:30
parent b0f1335664
commit befeb64a41
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -3,8 +3,11 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
- "3.6"
- "3.7-dev"
- "3.8-dev"
- "pypy3.5"
cache: pip
install: "pip install -r requirements.txt"
script: nosetests dnstraceroute.py