aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2017-02-13 18:56:05 +0800
committerGitHub <noreply@github.com>2017-02-13 18:56:05 +0800
commit1de9f78e71214e130b5882662cdcd716b737e6ca (patch)
treeb01bdc28d39e60cb0e550f2448c6698061039fa1 /.travis.yml
parent9dad94185367cdfde0de21cd8e595094cbe31acc (diff)
downloadyoutube-dl-1de9f78e71214e130b5882662cdcd716b737e6ca.tar.xz
[travis] Separate builds for core and download
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4833c76e9..8ba93ec02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,12 @@ python:
- "3.5"
- "3.6"
sudo: false
-script: nosetests test --verbose
+env:
+ - YTDL_TEST_SET=core
+ - YTDL_TEST_SET=download
+before_script:
+ - chmod +x ./devscripts/run_tests.sh
+script: ./devscripts/run_tests.sh
notifications:
email:
- filippo.valsorda@gmail.com