Skip to content

Commit cc268be

Browse files
scopwojcikstefan
authored andcommitted
Run PyPy tests with pypy-5.4 on Travis (#30)
1 parent dec410e commit cc268be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ python:
66
env:
77
- TOXENV=py27
88
- TOXENV=py34
9-
- TOXENV=pypy
109
- TOXENV=pypy3
1110
- TOXENV=flake8
1211

1312
# https://github.com/travis-ci/travis-ci/issues/4794
1413
matrix:
1514
include:
15+
- python: pypy-5.4
16+
env: TOXENV=pypy
1617
- python: 3.5
1718
env: TOXENV=py35
1819

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
envlist = py35,py34,py32,py27,pypy,pypy3,flake8
33

44
[testenv]
5-
commands = ./mimeparse_test.py
5+
commands = python --version
6+
./mimeparse_test.py
67

78
[testenv:py35]
89
basepython = python3.5

0 commit comments

Comments
 (0)