Skip to content

Commit

Permalink
Try 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jun 17, 2020
1 parent 05e6361 commit cdff86a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,7 @@ install:
- conda install $COMPILERS
- conda install libblas libopenblas # Prevent 'File exists' error

- if [[ "$TRAVIS_PYTHON_VERSION" == "3.8" ]]; then
conda install nlopt mpi4py scipy mpich;
export PETSC_CONFIGURE_OPTIONS='--with-batch';
pip install petsc petsc4py;
else
conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI;
fi
- conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI;

# Begin: Dependencies only for regression tests
- pip install DFO-LS
Expand Down

0 comments on commit cdff86a

Please sign in to comment.