Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Oct 29, 2020
1 parent 5f7b77c commit 5b008ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ language: python
jobs:
include:
- name: "Python 3.8.0 on Xenial Linux"
python: 3.8 # this works for Linux but is ignored on macOS or Windows
python: # this works for Linux but is ignored on macOS or Windows
- "3.8"
- "pypy3" # currently Python 3.6.1, PyPy 7.1.1-beta0
before_install:
- sudo apt-get install libopenmpi-dev
- name: "Python 3.7.4 on macOS"
Expand Down

0 comments on commit 5b008ac

Please sign in to comment.