Test with more recent python versions and pypy
This commit is contained in:
parent
b0f1335664
commit
befeb64a41
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user