Skip to content

Commit 3b6c8e3

Browse files
committed
Test on pypy3 as well
1 parent 5104577 commit 3b6c8e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ matrix:
2424
env: TOXENV=py36-pandas
2525
- python: pypy
2626
env: TOXENV=pypy
27+
- python: pypy3
28+
env: TOXENV=pypy3
2729
install:
2830
- travis_retry pip install tox
2931
script:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{27,34,35,36}{,-pandas},pypy,flake8,docs
2+
envlist=py{27,34,35,36}{,-pandas},pypy{,3},flake8,docs
33
[testenv]
44
deps =
55
-rrequirements.txt

0 commit comments

Comments
 (0)