Skip to content

Commit 397b011

Browse files
committed
Here goes nothing [publish]
1 parent 9a6a052 commit 397b011

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ before_script:
5252

5353
script:
5454
- python test/visual.py -q
55+
- if [[ $(uname -s) == 'Linux' ]]; then
56+
echo "[bdist_wheel]" >> setup.cfg;
57+
echo "universal = 1" >> setup.cfg;
58+
fi;
5559
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
5660
python setup.py bdist_wheel;
5761
export DISTS='dist/*';

0 commit comments

Comments
 (0)