Skip to content

Commit 95a61d9

Browse files
committed
cI template
1 parent 225f678 commit 95a61d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ addons:
2121
- gfortran-6
2222
- gcc-6
2323
- liblapack-dev
24-
- libatlas-base-dev
2524

2625
matrix:
2726
include:
@@ -30,15 +29,16 @@ matrix:
3029
install: pip install -e .[tests,cov]
3130
script:
3231
- flake8
33-
- mypy . --ignore-missing-imports
32+
- mypy .
3433
after_success:
3534
- pytest --cov
3635
- coveralls
37-
- os: osx
38-
language: sh
39-
before_install: brew install gcc
40-
install: pip3 install -e .[tests]
41-
script: pytest -rsv
36+
# - os: osx
37+
# language: sh
38+
# before_install: brew install gcc
39+
# install: pip3 install -e .[tests]
40+
# script: pytest -rsv
41+
4242

4343
install:
4444
- pip install -e .[tests]

0 commit comments

Comments
 (0)