Skip to content

Commit

Permalink
try osx on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CareF committed Jul 19, 2020
1 parent 6b9e45f commit c9c4dc0
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
language: python
python:
- "3.6"
sudo: false
jobs:
include:
- name: Linux
os: linux
python:
- "3.6"
- "3.8"
sudo: false
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
- name: MacOS
os: osx
python: 3.6
before_install:
- brew install doxygen
env:
- OMP_NUM_THREADS=4
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
install:
- pip install numpy scipy matplotlib sphinx sphinx_rtd_theme sphinxcontrib-bibtex breathe
- python install.py --docs --noshortcut
Expand All @@ -20,4 +30,3 @@ script:
- python test/SimpleSchrodinger.py MP
- pytest -v test/testMaterial.py
- pytest -v test/testQCLayers.py
- cd docs; make html

0 comments on commit c9c4dc0

Please sign in to comment.