From 4d16a58f22ebf2aab5b86021d04207ffb016eedd Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Fri, 7 Oct 2016 20:03:37 +0300 Subject: [PATCH] Use latest pytest for tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35a036f..7410d6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - pypy - pypy3 install: - - pip install pytest + - pip install --upgrade pytest script: - py.test -v test