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:
parent
a85cb83dcf
commit
341a235e86
|
@ -5,6 +5,9 @@ python:
|
|||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.5-dev"
|
||||
- "nightly"
|
||||
- "pypy"
|
||||
install:
|
||||
- pip install pytest --use-mirrors
|
||||
|
|
Loading…
Reference in New Issue