summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-17 10:11:59 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-17 10:11:59 -0800
commit5036e7baa6e361a3ff1dbc15c97ff0ab11de08aa (patch)
tree823e14465241eeef8794d075db3c488779b86fbe
parent8b165a52ab568f6fcaaa11cbbc7402e0360f60a3 (diff)
downloadroutes-5036e7baa6e361a3ff1dbc15c97ff0ab11de08aa.tar.gz
Run tests under PyPy as well
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a14e0b..6fe24a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "pypy"
install:
- python setup.py develop
- pip install webob webtest coverage
-script: nosetests \ No newline at end of file
+script: nosetests