Skip to content

Commit

Permalink
Ignore PyPy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed May 25, 2020
1 parent 4bdca18 commit eb4293b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
env:
matrix:
- CIBW_SKIP='cp34-* cp35-* cp36-* cp37-* cp38-*'
- CIBW_SKIP='cp27-* cp33-* cp36-* cp37-* cp38-*'
- CIBW_SKIP='cp27-* cp33-* cp34-* cp35-*'
- CIBW_SKIP='pp* cp34-* cp35-* cp36-* cp37-* cp38-*'
- CIBW_SKIP='pp* cp27-* cp33-* cp36-* cp37-* cp38-*'
- CIBW_SKIP='pp* cp27-* cp33-* cp34-* cp35-*'
global:
CIBW_BUILD_VERBOSITY: 3

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '1', '141')
__version_info__ = ('0', '1', '142')
__version__ = '.'.join(__version_info__)

0 comments on commit eb4293b

Please sign in to comment.