Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 120dcca

Browse files
committed
ig [ci skip]
1 parent 776b019 commit 120dcca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.mypy_cache/
2+
.pytest_cache/
13
CMakeFiles/
24
CMakeCache.txt
35
testiri90

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ os:
1616

1717
addons:
1818
apt:
19-
packages:
20-
- gfortran
19+
packages: gfortran
2120

2221
install: pip install -e .[tests]
2322

0 commit comments

Comments
 (0)