summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-22 10:19:25 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-22 10:19:25 -0400
commit08e69916977659259fcb8721d296fda862dae75f (patch)
treedc92bb71cb72f332b66e24bc450ea855d7118dc4
parentc019a1fa444dee9f0cd69691fe5b2566293c2130 (diff)
downloadstevedore-08e69916977659259fcb8721d296fda862dae75f.tar.gz
add pypy to travis config
Change-Id: Ib4b9b5a91b7cfce8241b7ad641bb0b959344dc2a
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cfbbd86..311b4e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "pypy"
install:
- pip install flake8 --use-mirrors
- pip install nose mock --use-mirrors