From c9443e6e0697208025e6736cf47659ecb3fbb896 Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 23 Jan 2017 19:20:42 +0200 Subject: [PATCH] Fix pyp3 version for Travis-CI (https://github.com/travis-ci/travis-ci/issues/6277). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1ee663..4832d8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.4 - 3.5 - pypy - - pypy3 + - pypy3.3-5.2-alpha1 install: - pip install --upgrade pytest - pip install --upgrade pytest-cov