From 3ee69a58cecda65b84a4b83728f268cb4585a115 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 22 Nov 2017 15:47:11 +0100 Subject: [PATCH] Drop testing pypy. --- .travis.yml | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83cb858..913a87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - '3.4' - '3.5' - '3.6' -- pypy sudo: false cache: pip install: diff --git a/tox.ini b/tox.ini index 032828e..cfeb8a6 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ basepython = py34: python3.4 py35: python3.5 py36: python3.6 - pypy: pypy usedevelop = true setenv = DJANGO_SETTINGS_MODULE = dbtemplates.test_settings