From dc62bee7495476b38fcaf9db1d1d3e57d410e367 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 2 Feb 2017 00:54:48 +0100 Subject: [PATCH] Travis: re-add pypy3 to builds --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc547bf60..bdb6c902e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,19 +45,19 @@ matrix: - python: pypy env: TOXENV=pypy-pytest30-django1.11-sqlite_file + - python: pypy3 + env: TOXENV=pypy3-pytest30-django1.8-sqlite + - python: pypy3 + env: TOXENV=pypy3-pytest30-django1.10-sqlite_file + allow_failures: - env: TOXENV=py35-pytest30-djangomaster-postgres # Temporary. # https://github.com/pytest-dev/pytest-django/pull/445 # https://github.com/pytest-dev/pytest-django/issues/448 - - python: pypy3 - env: TOXENV=pypy3-pytest29-django1.8-sqlite_file - - python: pypy3 - env: TOXENV=pypy3-pytest30-django1.8-sqlite - - python: pypy3 - env: TOXENV=pypy3-pytest30-django1.8-sqlite_file - + - env: TOXENV=pypy3-pytest30-django1.8-sqlite + - env: TOXENV=pypy3-pytest30-django1.10-sqlite_file cache: directories: