aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-10-15 18:28:38 +0200
committergcmalloc <gcmalloc@gmail.com>2012-10-19 12:53:20 +0200
commit6b41b6111966400925dd648420f11704ac9dbbf2 (patch)
tree6241c1e245fc3d5c2c5708de339a1091bcd675be /.travis.yml
parent591bbe9c902c7af536729d61b4cad07559818242 (diff)
downloadyoutube-dl-6b41b6111966400925dd648420f11704ac9dbbf2.zip
youtube-dl-6b41b6111966400925dd648420f11704ac9dbbf2.tar.gz
youtube-dl-6b41b6111966400925dd648420f11704ac9dbbf2.tar.bz2
correcting travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 05dd519..03947b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,7 @@ language: python
python:
- "2.6"
- "2.7"
+#command to install the setup
+install:
# command to run tests
-script: nosetests tests
+script: nosetests test --nocapture