summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-04-10 11:39:29 +0200
committerVictor Stinner <vstinner@redhat.com>2015-04-10 11:43:17 +0200
commit9117130d7e73a18f0720ecb264a0a85aa26d3816 (patch)
tree99fc171386e8c46eb622c69363b27cad7e0449ff
parent18bf5ca303822a7ad1c476d903478cbe2596f0d5 (diff)
downloadoslo-incubator-9117130d7e73a18f0720ecb264a0a85aa26d3816.tar.gz
Test loopingcall and threadgroup on Python 3
Change-Id: I405b226ea0e089acb9cae017c78ef802d9df9b29
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 56a696e3..cbbe840e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -72,10 +72,12 @@ commands =
tests.unit.test_fileutils \
tests.unit.test_imageutils \
tests.unit.test_local \
+ tests.unit.test_loopingcall \
tests.unit.test_memorycache \
tests.unit.test_periodic \
tests.unit.test_quota \
tests.unit.test_systemd \
+ tests.unit.test_threadgroup \
tests.unit.test_versionutils
[testenv:py34]
@@ -101,10 +103,12 @@ commands =
tests.unit.test_fileutils \
tests.unit.test_imageutils \
tests.unit.test_local \
+ tests.unit.test_loopingcall \
tests.unit.test_memorycache \
tests.unit.test_periodic \
tests.unit.test_quota \
tests.unit.test_systemd \
+ tests.unit.test_threadgroup \
tests.unit.test_versionutils
[testenv:pyflakes]