aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
-rw-r--r--pytest.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 959c9dc4e8..2ec6a6210d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,6 +72,6 @@ before_script:
script:
- ninja
- ninja test-programs
- - pytest -nauto -v
+ - pytest -v
after_script:
- if [ -f run/tshark ]; then run/tshark --version; fi
diff --git a/appveyor.yml b/appveyor.yml
index 6e200f290f..d329051441 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,7 +58,7 @@ before_test:
- msbuild /m test-programs.vcxproj
test_script:
- - pytest -nauto
+ - pytest
on_finish:
- ps: |
diff --git a/pytest.ini b/pytest.ini
index b0b9daf3ca..bf5187aeb8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,4 +2,4 @@
minversion = 3.0
testpaths = test
python_files = suite_*.py group_*.py
-addopts = -ra
+addopts = -ra -nauto