From f7ccbc5a350d8a75f03328d44cefcc157c591d89 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 24 Nov 2015 20:33:43 -0500 Subject: [PATCH] Work around old pytest version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba1d938..26a7508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ python: - 3.5 - pypy script: + - pip install -U pytest - python setup.py test