Skip to content

Commit bcc2898

Browse files
committed
update pypy test
1 parent 13475e0 commit bcc2898

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

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

1519
sudo: false
1620

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}
2+
envlist = py{27,33,34,35,36},pypy-5.4.1,pypy3
33
skip_missing_interpreters=true
44

55
[testenv]

0 commit comments

Comments
 (0)