Skip to content

Commit 6cade7a

Browse files
committed
just test with pypy
1 parent 8a53cda commit 6cade7a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ matrix:
1111
env: TOXENV=py35
1212
- python: "3.6"
1313
env: TOXENV=py36
14-
- python: "pypy2"
15-
env: TOXENV=pypy2
16-
- python: "pypy3"
17-
env: TOXENV=pypy3
14+
- python: "pypy"
15+
env: TOXENV=pypy
1816

1917
sudo: false
2018

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34,py35,py36,pypy2
2+
envlist = py27,py34,py35,py36,pypy
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)