summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-22 10:21:00 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-23 15:45:31 -0400
commit993972982739b2db3028278cb4d99be2a713d09c (patch)
tree7ff525c3a131fa442ebb7172ad132899aa5bc562
parent6a35ba1b0d7b40eaa184769400ab7445427925dc (diff)
downloadcliff-993972982739b2db3028278cb4d99be2a713d09c.tar.gz
add pypy test env configurationpyparsing-update
Change-Id: Iff4023d0078b7c1ac38396725f314f44e2ab2ffc
-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