Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Adds eigen to travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 31, 2019
1 parent d281bae commit ac9cbe8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: python

python:
- "3.7-dev"
matrix:
# macOS environment
- os: osx
compiler: clang
osx_image: xcode10.1
addons:
homebrew:
update: true
packages:
- eigen

install:
- pip install -r requirements.txt

script:
"pytest"

0 comments on commit ac9cbe8

Please sign in to comment.