Skip to content

Commit

Permalink
Add PyPy CI to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 4, 2020
1 parent b586c55 commit 1c503b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ matrix:
python: 3.8
env: TOXENV=py38

- os: linux
python: pypy3
env: TOXENV=pypy3

- os: linux
python: 3.7
env: TOXENV=cov
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
envlist = py{27,35,36,37,38},cov
envlist = py{27,35,36,37,38},pypy3,cov

[testenv]
autoupgrade_pip = true
deps =
--upgrade
.[test]
commands =
python setup.py test
Expand Down

0 comments on commit 1c503b4

Please sign in to comment.