summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-06-02 11:04:39 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-06-02 15:37:00 +0200
commit84a5d025d06fbcd02da5345e74cfee711367e109 (patch)
tree8398889878688ff8d4df16f9836ca755b037410b /.travis.yml
parent1b13cb38f1c425c1705fbb9e1b604b562012ce80 (diff)
downloadvdebug-84a5d025d06fbcd02da5345e74cfee711367e109.zip
Simplify test setup and remove test runner script
The tests can be run with `python -m unittest discover` instead. When run with python3 they show some deprecation warnings that where not shown before but they do not fail. Additionally this reduces the missed lines count in the test coverage report to 0 for nearly all test files.
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 de6aa68..97618f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,5 +20,5 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
-- python ./vdebugtests.py
+- python -m unittest discover
- bundle exec rake spec features