Skip to content

Commit 13475e0

Browse files
committed
Merge branch 'master' into dev
2 parents 17e24df + 38477f1 commit 13475e0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ matrix:
1111
env: TOXENV=py35
1212
- python: "3.6"
1313
env: TOXENV=py36
14-
- python: "pypy"
15-
env: TOXENV=pypy
1614

1715
sudo: false
1816

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,33,34,35,36},pypy
2+
envlist = py{27,33,34,35,36}
33
skip_missing_interpreters=true
44

55
[testenv]

0 commit comments

Comments
 (0)