Skip to content

Commit 9db8920

Browse files
committed
empty commit to trigger travis ci
1 parent 804b4f4 commit 9db8920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
env:
33
global:
44
# only do for Python >= 3.6.
5-
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-*"
5+
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-* *-manylinux1_i686"
66
- CIBW_BEFORE_BUILD="python -m pip install -r requirements.txt"
77
matrix:
88
include:

0 commit comments

Comments
 (0)