Skip to content

Commit

Permalink
Test python 3.6 7 and 8 for Xenial Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 26, 2020
1 parent a7c4b47 commit c3345b5
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
language: python
linux_before_install: &linuxbefore
- sudo apt-get install -y texlive-latex-base pgf texlive-pictures texlive-latex-extra
- sudo apt-get install -y libblas-dev liblapack-dev libatlas-base-dev gfortran

jobs:
include:
- name: "Python on Xenial Linux"
- name: "Python 3.6 on Xenial Linux"
dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
before_install:
- sudo apt-get install -y texlive-latex-base pgf texlive-pictures texlive-latex-extra
- sudo apt-get install -y libblas-dev liblapack-dev libatlas-base-dev gfortran
before_install: *linuxbefore
python: 3.6
- name: "Python 3.7 on Xenial Linux"
dist: xenial
before_install: *linuxbefore
python: 3.7
- name: "Python 3.8 on Xenial Linux"
dist: xenial
before_install: *linuxbefore
python: 3.8
- name: "Python 3.7.4 on macOS"
os: osx
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
Expand Down

0 comments on commit c3345b5

Please sign in to comment.