From e36de78a04016e0f97f31de529bca7db58e8ff9c Mon Sep 17 00:00:00 2001 From: Eric Hopper Date: Thu, 11 Apr 2019 19:49:10 -0700 Subject: [PATCH] I think Travis CI will do the right thing now. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 71df4d9..7e240f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python install: + - pip install --upgrade pip + - pip install --upgrade pytest - pip install . python: - "2.7"