Skip to content

Commit 4e85d2c

Browse files
committed
Travis fixes? [publish]
1 parent b2cc3aa commit 4e85d2c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ git:
44
submodules: true
55
depth: 10
66

7-
os:
8-
- linux
9-
- osx
7+
matrix:
8+
include:
9+
- os: linux
10+
compiler: clang
11+
- os: osx
12+
compiler: clang
1013

1114
env:
1215
global:
@@ -45,5 +48,6 @@ script:
4548
- python test/visual.py -q
4649
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
4750
python setup.py bdist_wheel;
48-
twine -u $PYPI_USER -p $PYPI_PASSWORD dist/* ;
51+
export DISTS='dist/*';
52+
twine -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
4953
fi;

0 commit comments

Comments
 (0)