adding 3.8 to travis and appveyor (#1543)

Fixes #1542
This commit is contained in:
Poolitzer 2019-10-12 06:12:41 -07:00 committed by Noam Meltzer
parent 3318239cf6
commit d0c27e2d46
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,8 @@ matrix:
dist: xenial
- python: pypy3.5-5.10.1
dist: xenial
- python: 3.8-dev
dist: xenial
allow_failures:
- python: pypy2.7-5.10.0
- python: pypy3.5-5.10.1

View file

@ -2,7 +2,7 @@ environment:
matrix:
# For Python versions available on Appveyor, see
# http://www.appveyor.com/docs/installed-software#python
# https://www.appveyor.com/docs/windows-images-software/#python
# The list here is complete (excluding Python 2.6, which
# isn't covered by this document) at the time of writing.
@ -10,6 +10,7 @@ environment:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
# - PYTHON: "C:\\Python38"
branches:
only: