Skip to content

Commit

Permalink
adding 3.8 to travis and appveyor (#1543)
Browse files Browse the repository at this point in the history
Fixes #1542
  • Loading branch information
Poolitzer authored and tsnoam committed Oct 12, 2019
1 parent 3318239 commit d0c27e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -2,14 +2,15 @@ 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.

- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
# - PYTHON: "C:\\Python38"

branches:
only:
Expand Down

0 comments on commit d0c27e2

Please sign in to comment.