From 290aebb7b622d10fc7828d0cef681151684937ce Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 16:49:29 +0100 Subject: [PATCH] Build bdist_wheel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47d0e37..3b89bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ before_script: - git config --global user.email "stephan.seitz@fau.de" - git config --global user.name "Stephan Seitz" script: - - export NO_GPU_EXECUTION=1 + - python setup.py bdist_wheel #- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; exit 0; fi after_success: -- GitLab