From 9fa391aa666e6e0ec28def517a10392c0388e0d4 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 14 Dec 2017 11:52:30 +0700 Subject: [PATCH] Make sure latest version of pytest is used --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9ae0b2f5ba..49b6ed2d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,7 @@ before_install: install: - if [[ $OPENMC_CONFIG != "check_source" ]]; then pip install numpy cython; + pip install --upgrade pytest; pip install -e .[test]; fi