Add more CPython versions and PyPy.

This commit is contained in:
2014-04-03 14:59:59 +01:00
parent 1b29885505
commit d7ece47af3

View File

@@ -1,7 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.1"
- "3.2"
- "3.3"
- "pypy"
install:
- "pip install coverage"
script: