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"
|
|
|
|
- "3.5-dev" # 3.5 development branch
|
|
|
|
- "nightly" # currently points to 3.6-dev
|
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
|
|
|
|