Skip to content

Commit 2a759c0

Browse files
author
Andrea Tagliasacchi
authored
Updated travis to avoid internal force-push
1 parent 5d35e72 commit 2a759c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- export PYTHONPATH=$PWD:$PYTHONPATH
3838
- pytest tensorflow_graphics
3939
# --- build pip package (installs in python path)
40-
- python setup.py --compute_platform cpu sdist bdist_wheel --universal
40+
- python setup.py sdist bdist_wheel
4141
- pip install dist/tensorflow_graphics*.whl
4242
# --- test the pip package
4343
- cd $(mktemp -d) && python -c 'import tensorflow_graphics as tfg'

0 commit comments

Comments
 (0)