Skip to content

Commit

Permalink
ignore pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Feb 14, 2020
1 parent c23375c commit 12e9415
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
cache:
directories:
- $HOME/.cache/pip
matrix:
fast_finish: true

install:
- make setup
- pip install --upgrade pip
- pip install poetry
- cd $TRAVIS_BUILD_DIR && make setup
- pip install coveralls

script: make ci_test
Expand Down

0 comments on commit 12e9415

Please sign in to comment.