Skip to content

Commit

Permalink
Allow Py39 in travis tests (#427)
Browse files Browse the repository at this point in the history
* Allow Py39 in travis tests

* Update .travis.yml
  • Loading branch information
JoranAngevaare committed Apr 23, 2021
1 parent 7d88f88 commit adf4b62
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
include:
- name: "Python 3.7"
env: PYTHON=3.7 DEPLOY_ME=true
- name: "Python 3.7 numbaless (for coverage)"
env: PYTHON=3.7 NUMBA_DISABLE_JIT=1
- name: "Python 3.8 numbaless (for coverage)"
env: PYTHON=3.8 NUMBA_DISABLE_JIT=1
- name: "Python 3.6 (legacy)"
env: PYTHON=3.6
- name: "Python 3.8 (beta)"
- name: "Python 3.8"
env: PYTHON=3.8

- name: "Python 3.9 (beta)"
env: PYTHON=3.9
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand Down

0 comments on commit adf4b62

Please sign in to comment.