more py versions (#1206)

* py versions
* allow failure for nightly/dev
This commit is contained in:
Michel Oosterhof 2019-09-12 08:22:55 +01:00 committed by GitHub
parent 126d3b34f1
commit 1f564c3803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -10,8 +10,11 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.7-dev'
- '3.8-dev'
- 'nightly'
- 'pypy'
- 'pypy3'
before_install:
- sudo apt-get -qq update
install:
@ -33,3 +36,5 @@ notifications:
matrix:
allow_failures:
- python: '3.8-dev'
- python: '3.7-dev'
- python: 'nightly'

View File

@ -11,6 +11,8 @@ python =
3.6: py36
3.7: py37, lint, docs
3.8-dev: py38
pypy: pypy
pypy3: pypy3
[testenv]
setenv =