Skip to content

Commit

Permalink
Add CI test for PyPy3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Dec 9, 2019
1 parent 9f86322 commit d29ec61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ matrix:
- sudo apt-get install -y build-essential python3-dev libgtk-3-dev
install: pip install tox
script: tox -vvvvv
- python: pypy3
name: "Test PyPy3"
env: TOXENV=pypy3
before_install:
- sudo apt-get update
- sudo apt-get install -y build-essential python3-dev libgtk-3-dev
install: pip install tox
script: tox -vvvvv
- python: 3.6
name: "Check formatting"
install: pip install black isort
Expand Down

0 comments on commit d29ec61

Please sign in to comment.