2016-04-30 15:57:39 +04:30
|
|
|
language: python
|
2018-08-05 16:33:50 +04:30
|
|
|
sudo: false
|
2016-11-14 16:26:36 +03:30
|
|
|
install: "pip install -r requirements.txt"
|
2016-05-03 19:54:56 +04:30
|
|
|
script: nosetests dnstraceroute.py
|
2018-08-05 16:33:50 +04:30
|
|
|
matrix:
|
2018-08-05 16:41:18 +04:30
|
|
|
fast_finish: true
|
|
|
|
include:
|
|
|
|
- python: "3.3"
|
|
|
|
- python: "3.4"
|
|
|
|
- python: "3.5"
|
|
|
|
- python: "3.6"
|
|
|
|
- python: "pypy3"
|
2018-08-05 16:44:02 +04:30
|
|
|
- python: "3.7"
|
2018-08-05 16:45:55 +04:30
|
|
|
dist: xenial
|
2018-08-05 16:44:02 +04:30
|
|
|
- python: "3.8-dev"
|
2018-08-05 16:41:18 +04:30
|
|
|
dist: xenial
|