diff options
author | andy <andy@whiskeymedia.com> | 2012-08-09 16:02:03 -0700 |
---|---|---|
committer | andy <andy@whiskeymedia.com> | 2012-08-09 16:02:03 -0700 |
commit | 49c33f7592204b67d0cfb2a80e146400996a45b1 (patch) | |
tree | a32ec2d6f15647b83e36b3ab4938e5daa28d0336 | |
parent | ca9689b4b1b89d2b808a94a64bfac42438ca0301 (diff) | |
download | redis-py-49c33f7592204b67d0cfb2a80e146400996a45b1.tar.gz |
add script command
-rw-r--r-- | .travis.yml | 2 |
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 + |