Skip to content

Commit cb2d009

Browse files
committed
testing conda install via requirements.txt
1 parent 6b09c97 commit cb2d009

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ before_install:
2222
- conda update --yes -n base -c defaults conda
2323

2424
install:
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

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ petsc4py>=3.10.0
1313
mpi4py>=3.0.0
1414
fenics==2018.1.0
1515
mpi4py-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

0 commit comments

Comments
 (0)