Skip to content

Commit 1256aa3

Browse files
committed
Drop support for PyPy
This has a huge startup time which makes it very unlikely that anyone will be using it for a CLI app. Stop testing for it. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent bb04d2f commit 1256aa3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python:
66
- 3.5
77
- 3.6
88
- 3.7
9-
- pypy
109
install:
1110
- pip install tox-travis
1211
script:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
*git-pw* no longer officially supports PyPy.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.1
3-
envlist = pep8,mypy,clean,py{27,35,36,37,py},report
3+
envlist = pep8,mypy,clean,py{27,35,36,37},report
44
ignore_basepython_conflict = true
55

66
[testenv]

0 commit comments

Comments
 (0)