dnsdiag/.travis.yml

19 lines
364 B
YAML
Raw Permalink Normal View History

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:
fast_finish: true
include:
- python: "3.3"
- python: "3.4"
- python: "3.5"
- python: "3.6"
2018-08-05 16:44:02 +04:30
- python: "3.7"
2018-08-05 16:45:55 +04:30
dist: xenial
sudo: true
2018-08-05 16:44:02 +04:30
- python: "3.8-dev"
dist: xenial
sudo: true
- python: "pypy3"