We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d35e72 commit 2a759c0Copy full SHA for 2a759c0
.travis.yml
@@ -37,7 +37,7 @@ script:
37
- export PYTHONPATH=$PWD:$PYTHONPATH
38
- pytest tensorflow_graphics
39
# --- build pip package (installs in python path)
40
- - python setup.py --compute_platform cpu sdist bdist_wheel --universal
+ - python setup.py sdist bdist_wheel
41
- pip install dist/tensorflow_graphics*.whl
42
# --- test the pip package
43
- cd $(mktemp -d) && python -c 'import tensorflow_graphics as tfg'
0 commit comments