From 79fe308c7180fbe7b5bdeb6f2c0189d5ff057999 Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Wed, 16 May 2018 13:13:22 +0100 Subject: [PATCH] add pytest install --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6eb66fb..c6473f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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