From 13cc39c3f0b811001e1700552ba218cb0df4a5ba Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 6 Aug 2017 18:25:40 +0200 Subject: [PATCH] Add pypy to the tests on travis. --- .travis.yml | 1 - tox.ini | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc7fca9..7102085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ python: - pypy matrix: allow_failures: - - python: pypy - env: TOXENV=cov include: - python: 3.5 diff --git a/tox.ini b/tox.ini index edfba82..f324689 100644 --- a/tox.ini +++ b/tox.ini @@ -11,26 +11,6 @@ setenv = PYTHONDONTWRITEBYTECODE=1 commands = py.test {posargs:parso test} -[testenv:py26] -deps = - unittest2 - {[testenv]deps} -[testenv:py27] -deps = -# for testing the typing module - typing - {[testenv]deps} -[testenv:py33] -deps = - typing - {[testenv]deps} -[testenv:py34] -deps = - typing - {[testenv]deps} -[testenv:py35] -deps = - {[testenv]deps} [testenv:cov] deps = coverage