Skip to content

Commit

Permalink
Merge pull request #84 from rillian/python3.8
Browse files Browse the repository at this point in the history
Test on Python 3.7 and Python 3.8
  • Loading branch information
ageorgou authored Jul 2, 2019
2 parents 61cc9e5 + d3a0112 commit 645f1a7
Show file tree
Hide file tree
Showing 3 changed files with 1,144 additions and 1,105 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
sudo: false

dist: xenial # required for Python >= 3.7.
language: python

matrix:
include:
- os: linux
sudo: false
python: 2.7
- os: linux
sudo: false
python: 2.7
env: MYPYTHON=jython - JYTHON_URL="https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar"
- os: linux
sudo: false
python: 3.5
- os: linux
python: 3.7
- os: linux
python: 3.8-dev
- os: osx
language: generic
env: PIP=pip3 MYPYTHON=python3
Expand Down
Loading

0 comments on commit 645f1a7

Please sign in to comment.