Skip to content

Commit

Permalink
Travis debugging: Add -no-update-deps to several conda packages - fix…
Browse files Browse the repository at this point in the history
… typo
  • Loading branch information
shuds13 committed Feb 8, 2019
1 parent 953bc73 commit 819d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install:
#- conda install numpy
- conda install --no-update-deps scipy
- conda install --no-update-deps mpi4py
- onda install --no-update-deps petsc4py petsc
- conda install --no-update-deps petsc4py petsc
# pip install these as the conda installs downgrade pytest on python3.4
- pip install pytest
- pip install pytest-cov
Expand Down

0 comments on commit 819d6cf

Please sign in to comment.