travis: use more Python versions

This commit is contained in:
lilydjwg 2017-02-04 16:30:58 +08:00
parent 82ca0cff9c
commit 22e1ca9ed1

View File

@ -3,6 +3,9 @@ language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3"
install: pip install -U pytest pytest-runner
script: python setup.py ptr
env: