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 bda2cf0 commit 97207f9Copy full SHA for 97207f9
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
install:
19
- conda install --yes python=${TRAVIS_PYTHON_VERSION} pip numpy future scipy matplotlib nose pep8 coverage mpi4py sympy dill numba
20
- conda install --yes sphinx
21
- - conda install --yes -c conda-forge petsc4py=3.9.0
+ - conda install --yes -c conda-forge petsc=3.9.0 petsc4py=3.9.0
22
- conda list
23
- pip install coloredlogs
24
- pip install travis-sphinx
0 commit comments