2016-04-30 15:57:39 +04:30
|
|
|
language: python
|
2016-05-25 15:46:39 +04:30
|
|
|
python:
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
2018-08-05 16:28:12 +04:30
|
|
|
- "3.6"
|
|
|
|
- "3.7-dev"
|
|
|
|
- "3.8-dev"
|
|
|
|
- "pypy3.5"
|
|
|
|
cache: pip
|
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
|
2016-04-30 16:03:43 +04:30
|
|
|
|