Skip to content

Commit

Permalink
add pytest install
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed May 16, 2018
1 parent b0c9a58 commit 79fe308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ before_install:
- sudo apt-get install -y mpich fftw3-dev
# Install MONC's python libraries
- sudo apt-get install -y python-numpy python-scipy python-matplotlib ipython ipython-notebook
# install pytest for running tests
- sudo apt-get install -y python-logilab-common

script: pytest

0 comments on commit 79fe308

Please sign in to comment.