Skip to content

Commit

Permalink
Travis debugging: pip install pytest packages as with conda pytest is…
Browse files Browse the repository at this point in the history
… downgraded on python3.4
  • Loading branch information
shuds13 committed Feb 8, 2019
1 parent 3b8191f commit 924e097
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ install:
- conda install mpi4py
- conda install petsc
- conda install petsc4py
- conda install pytest pytest-cov pytest-timeout mock coveralls
- conda install pytest
# pip install these as the conda installs downgrade pytest on python3.4
- pip install pytest-cov
- pip install pytest-timeout
- pip install mock
- pip install coveralls
- conda install --no-deps nlopt
# For confirmation of MPI library being used.
- python conda/find_mpi.py #locate compilers
Expand Down

0 comments on commit 924e097

Please sign in to comment.