We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225f678 commit 95a61d9Copy full SHA for 95a61d9
.travis.yml
@@ -21,7 +21,6 @@ addons:
21
- gfortran-6
22
- gcc-6
23
- liblapack-dev
24
- - libatlas-base-dev
25
26
matrix:
27
include:
@@ -30,15 +29,16 @@ matrix:
30
29
install: pip install -e .[tests,cov]
31
script:
32
- flake8
33
- - mypy . --ignore-missing-imports
+ - mypy .
34
after_success:
35
- pytest --cov
36
- coveralls
37
- - os: osx
38
- language: sh
39
- before_install: brew install gcc
40
- install: pip3 install -e .[tests]
41
- script: pytest -rsv
+# - os: osx
+# language: sh
+# before_install: brew install gcc
+# install: pip3 install -e .[tests]
+# script: pytest -rsv
+
42
43
install:
44
- pip install -e .[tests]
0 commit comments