File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ before_install:
2222 - conda update --yes -n base -c defaults conda
2323
2424install :
25- - conda install --yes -c conda-forge mpich-mpicc petsc4py mpi4py fenics=2018.1.0 mpi4py-fft
26- - conda install --yes scipy matplotlib dill numba
27- - conda install --yes pip nose pep8 coverage sphinx=1.8.5
25+ - conda install --yes -c conda-forge --file requirements.txt
26+ # - conda install --yes -c conda-forge mpich-mpicc petsc4py mpi4py fenics=2018.1.0 mpi4py-fft
27+ # - conda install --yes scipy matplotlib dill numba
28+ # - conda install --yes pip nose pep8 coverage sphinx=1.8.5
2829 - conda list
2930 - pip install travis-sphinx
3031
Original file line number Diff line number Diff line change @@ -13,4 +13,7 @@ petsc4py>=3.10.0
1313mpi4py >= 3.0.0
1414fenics == 2018.1.0
1515mpi4py-fft >= 2.0.2
16-
16+ # These packages are used for CI/CD and can be ignored
17+ pip
18+ coverage
19+ sphinx == 1.8.5
You can’t perform that action at this time.
0 commit comments