Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0dfb72840a1fbdbffcbe011a18743695a5f5f87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: python
python:
  - "2.7"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
dist: xenial
addons:
  apt:
    packages:
      - graphviz
      - swig
      - bind9
# command to install dependencies
install:
  - pip install -r requirements.txt
  - pip install .
script:
  - python tests/test_dnsviz_probe_options.py
  - python tests/test_dnsviz_probe_run_offline.py
  - python tests/test_dnsviz_print_options.py
  - python tests/test_dnsviz_print_run.py
  - python tests/test_dnsviz_graph_options.py
  - python tests/test_dnsviz_graph_run.py
  - python tests/test_dnsviz_grok_options.py
  - python tests/test_dnsviz_grok_run.py