Add more python envs

This commit is contained in:
Matt Wright
2014-01-07 16:37:07 -05:00
parent 850b0e714b
commit 730b86fbc7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"
install:
- pip install . --quiet
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33
envlist = py26, py27, py33, pypy
[testenv]
deps =