Skip to content

Commit

Permalink
Travis debugging: Cleanup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Feb 8, 2019
1 parent 819d6cf commit ceb44d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,16 @@ before_install:
install:
- conda install gcc_linux-64
- conda install $MPI
#- conda install numpy
- conda install --no-update-deps scipy
- conda install --no-update-deps scipy # includes numpy
- conda install --no-update-deps mpi4py
- conda install --no-update-deps petsc4py petsc
- conda install --no-update-deps nlopt
# pip install these as the conda installs downgrade pytest on python3.4
- pip install pytest
- pip install pytest-cov
- pip install pytest-timeout
- pip install mock
- pip install coveralls
- conda install --no-update-deps nlopt
# For confirmation of MPI library being used.
- python conda/find_mpi.py #locate compilers
- mpiexec --version #Show MPI library details
Expand Down

0 comments on commit ceb44d3

Please sign in to comment.