We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6a052 commit 397b011Copy full SHA for 397b011
1 file changed
.travis.yml
@@ -52,6 +52,10 @@ before_script:
52
53
script:
54
- 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;
59
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
60
python setup.py bdist_wheel;
61
export DISTS='dist/*';
0 commit comments