From cc268be21c2deb3fb327cdbd06349d735cef245f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 11 Oct 2016 23:23:15 +0300 Subject: Run PyPy tests with pypy-5.4 on Travis (#30) --- .travis.yml | 3 ++- tox.ini | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f458847..cda7cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,14 @@ python: env: - TOXENV=py27 - TOXENV=py34 - - TOXENV=pypy - TOXENV=pypy3 - TOXENV=flake8 # https://github.com/travis-ci/travis-ci/issues/4794 matrix: include: + - python: pypy-5.4 + env: TOXENV=pypy - python: 3.5 env: TOXENV=py35 diff --git a/tox.ini b/tox.ini index 2a88dd3..efdf5ff 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,8 @@ envlist = py35,py34,py32,py27,pypy,pypy3,flake8 [testenv] -commands = ./mimeparse_test.py +commands = python --version + ./mimeparse_test.py [testenv:py35] basepython = python3.5 -- cgit v1.2.1