From 3dc5e41061a751f52fa237e054b7c32c2ab381d2 Mon Sep 17 00:00:00 2001 From: Paul Gevers <elbrus@debian.org> Date: Tue, 26 Sep 2017 19:44:33 +0200 Subject: [PATCH] Fix travis call to test_autopkgtest.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c91aac9..c50b02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: - nosetests3 -v --with-coverage - britney2-tests/bin/runtests ./ci/britney-coverage.sh britney2-tests/t test-out - britney2-tests/bin/runtests ./britney.py britney2-tests/live-data test-out-live-data - - britney2-tests/bin/runtests ./tests/test_autopkgtest.py + - tests/test_autopkgtest.py after_success: - python3-coverage report - python3-coverage report -m