summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbendikro <bendikro@gmail.com>2014-10-04 00:14:20 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2014-12-01 10:52:16 +0000
commit8334bf94772e8e182b608f328ce8791250c8455e (patch)
treeb77dcecc230d5e9eff97972ddfa074f1db58f438 /.travis.yml
parent178c417fb082aaced39b3fda3bae2e1eb475e041 (diff)
downloaddeluge-8334bf94772e8e182b608f328ce8791250c8455e.tar.gz
deluge-8334bf94772e8e182b608f328ce8791250c8455e.tar.bz2
deluge-8334bf94772e8e182b608f328ce8791250c8455e.zip
[Tests] Various fixes for unit tests and tox
* Added custom trial reporter for TODO with test example in test_torrentmanager.py * Set Stats plugin tests as todo * Disable new_release_check when running unit tests * Added pytest.mark.slow to test_core.test_test_listen_port * Get rid of unit test warnings (Caused by bad names in test classes) * Removed warnings.filterwarnings in test files. * Added separate tox target for generating test coverage HTML report.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a9e03d2de..1d5b49103 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ script:
env:
- TOX_ENV=pydef
+ - TOX_ENV=trial
+ - TOX_ENV=todo
# - TOX_ENV=plugins
- TOX_ENV=flake8
- TOX_ENV=flake8-complexity