Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ notifications:
email: false

install:
- pip install .
- python setup.py build_ext --inplace
- pip3 install .
# - python setup.py build_ext --inplace
script:
- pip install pytest~=3.6.1
- pip3 install pytest~=3.6.1
- pytest

jobs:
Expand All @@ -21,6 +21,10 @@ jobs:
- python -m pip install --upgrade pip
- pip install --user wheel
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
- name: "Python 3.7.4 on macOS"
os: osx
osx_image: xcode11.2
language: shell
- stage: lint
language: python
python: 3.8
Expand Down
642 changes: 642 additions & 0 deletions data/inner_skull_642/gdist_matrix.txt

Large diffs are not rendered by default.

Loading