Skip to content

Commit

Permalink
Update Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 1, 2019
1 parent 41ebf9c commit 15f2dae
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
language: python
python:
- 3.5.0
- 3.5.2
- 3.5-dev
- 3.5
- pypy3.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
# 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
# language: generic
# env: MACPYTHON=3.5.4
- os: osx
language: generic
env: MACPYTHON=3.6.3
Expand Down

0 comments on commit 15f2dae

Please sign in to comment.