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:
authorCasey Deccio <casey@deccio.net>2019-01-11 06:10:57 +0300
committerCasey Deccio <casey@deccio.net>2019-01-11 06:10:57 +0300
commitab0ccd179dac17a58f8d4ca41a8cb7926b1ed7fb (patch)
tree4c435d956f5beea1b20976cf64ae5459fab816ff /.travis.yml
parente4a6cce232bd99dcc04b510b3675971ee7cc8f02 (diff)
Split tests into offline and online
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3281ffe..138eec4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,4 +16,4 @@ addons:
install:
- pip install -r requirements.txt
- pip install .
-script: python -m unittest tests/script_tests.py
+script: python tests/offline_tests.py