summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnsa89 <ansalonistefano@gmail.com>2016-12-16 11:56:51 +0100
committerAnsa89 <ansalonistefano@gmail.com>2017-04-01 17:47:34 +0200
commit5ff099763b1f56414572e1c12eb2f003117db5a0 (patch)
tree300a850c82970ec9462fa43d346a3e7f799de186 /.travis.yml
parent200ee1cace2f17537e6982ac447ea65d7c7a00b3 (diff)
Implement tox_loop
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 2e636552..95924133 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,8 @@ addons:
33 packages: 33 packages:
34 - check 34 - check
35 - libcv-dev # For av_test. 35 - libcv-dev # For av_test.
36 - libev-dev # For tox_loop.
37 - libevent-dev # For tox_loop.
36 - libhighgui-dev # For av_test. 38 - libhighgui-dev # For av_test.
37 - libopencv-contrib-dev # For av_test. 39 - libopencv-contrib-dev # For av_test.
38 - libsndfile1-dev # For av_test. 40 - libsndfile1-dev # For av_test.