summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eb4857e..ea35c0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,7 @@ language: python
python:
- 2.7
- 3.2
+ - 3.3
+ - pypy
install: pip install -r test-requirements.txt
script: nosetests -d \ No newline at end of file
diff --git a/tox.ini b/tox.ini
index bffdf13..3c07077 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,style
+envlist = py26,py27,py32,py33,pypy,style
[testenv]
distribute = False