Skip to content

Commit

Permalink
Update Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jan 31, 2019
1 parent 5d29758 commit 42e187b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
language: python
python:
- 3.5.0
- 3.5.2
- 3.5-dev
- 3.5
- 3.6
- 3.6-dev
- 3.7-dev
- 3.7
- 3.8-dev
sudo: false
dist: trusty
dist: xenial
matrix:
include:
- os: linux
language: generic
env: USE_PYPY_RELEASE_VERSION=5.9-beta
# Pypy seems to have a problem with getfullargspec
# - os: linux
# language: generic
# env: USE_PYPY_RELEASE_VERSION=5.9-beta
# Python3.5 on MacOS doesn't currently support TLSv1.2 needed to use pip :(
# http://pyfound.blogspot.fr/2017/01/time-to-upgrade-your-python-tls-v12.html
# - os: osx
Expand Down

0 comments on commit 42e187b

Please sign in to comment.