Commit 544f4b93 authored by Benoit Pierre's avatar Benoit Pierre

travis: fix support for Python 3.7 and add support for 3.8

parent 18708e4a
dist: trusty dist: trusty
language: python language: python
python:
- &latest_py2 2.7
- 3.4
- 3.5
- &latest_py3 3.6
- nightly
- pypy
- pypy3
jobs: jobs:
fast_finish: true fast_finish: true
include: include:
- python: *latest_py3 - &latest_py2
python: 2.7
- <<: *latest_py2
env: LANG=C env: LANG=C
- python: *latest_py2 - python: pypy
- python: pypy3
- python: 3.4
- python: 3.5
- &default_py
python: 3.6
- &latest_py3
python: 3.7
dist: xenial
- <<: *latest_py3
env: LANG=C env: LANG=C
- stage: deploy (to PyPI for tagged commits) - python: 3.8-dev
dist: xenial
- <<: *default_py
stage: deploy (to PyPI for tagged commits)
if: tag IS present if: tag IS present
python: *latest_py3
install: skip install: skip
script: skip script: skip
after_success: true after_success: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment