Skip to content

Commit 1aa85e3

Browse files
committed
Re-add GCC to installation requirements
1 parent 1a7367a commit 1aa85e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
- export PATH=/home/travis/miniconda/bin:$PATH
1919

2020
install:
21-
- conda create -q -y -n fidimag-test python=$TRAVIS_PYTHON_VERSION cython matplotlib pytest scipy pytest-cov cmake psutil
21+
- conda create -q -y -n fidimag-test python=$TRAVIS_PYTHON_VERSION cython matplotlib pytest scipy pytest-cov gcc cmake psutil
2222
- source activate fidimag-test
2323
- pip install pyvtk six nbval ipywidgets
2424
# Download and compile FFTW & Sundials locally

0 commit comments

Comments
 (0)