Test with even newer Python versions

3.5 is stable now so it's good to make sure we're compatible,
development versions are good to detect incompatibilities as early as
possible.
This commit is contained in:
Jakub Stasiak 2015-11-04 22:34:28 +01:00
parent a85cb83dcf
commit 341a235e86
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
- "pypy"
install:
- pip install pytest --use-mirrors