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

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 393fe8f..0dfb728 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,11 +18,11 @@ install:
- pip install -r requirements.txt
- pip install .
script:
- - python tests/dnsviz_probe_options.py
- - python tests/dnsviz_probe_run_offline.py
- - python tests/dnsviz_print_options.py
- - python tests/dnsviz_print_run.py
- - python tests/dnsviz_graph_options.py
- - python tests/dnsviz_graph_run.py
- - python tests/dnsviz_grok_options.py
- - python tests/dnsviz_grok_run.py
+ - 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