dnsdiag/.travis.yml

16 lines
302 B
YAML
Raw 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"
- python: "pypy3"
- python: 3.7
dist: xenial
sudo: true