Skip to content

Commit 56f655d

Browse files
committed
Remove pypy from travis
It is a version with support of python 2 and also we should target cPython at least for now
1 parent c8e4875 commit 56f655d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ matrix:
2121
- python: '3.6'
2222
env:
2323
- TOXENV=docs
24-
- python: 'pypy-5.4'
25-
env:
26-
- TOXENV=pypy,report,coveralls
2724
services:
2825
- redis-server
2926
before_install:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
envlist =
55
clean,
66
check,
7-
{py34,py35,py36,pypy},
7+
{py34,py35,py36},
88
report,
99
docs
1010

1111
[testenv]
1212
basepython =
13-
pypy: {env:TOXPYTHON:pypy}
1413
py34: {env:TOXPYTHON:python3.4}
1514
py35: {env:TOXPYTHON:python3.5}
1615
{py36,docs,spell}: {env:TOXPYTHON:python3.6}

0 commit comments

Comments
 (0)