summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2012-08-09 16:02:03 -0700
committerandy <andy@whiskeymedia.com>2012-08-09 16:02:03 -0700
commit49c33f7592204b67d0cfb2a80e146400996a45b1 (patch)
treea32ec2d6f15647b83e36b3ab4938e5daa28d0336
parentca9689b4b1b89d2b808a94a64bfac42438ca0301 (diff)
downloadredis-py-49c33f7592204b67d0cfb2a80e146400996a45b1.tar.gz
add script command
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ca64313..6188fd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,5 @@ python:
- "2.7"
- "2.6"
- "2.5"
+script: python setup.py test
+