From a365a25014ade34c7039b3b91528a85bf88a4a2e Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 8 May 2019 15:24:45 -0400 Subject: [PATCH] Add missing osx params --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fb2462af6..029e57a777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,8 +171,10 @@ jobs: - CIBW_SKIP="cp27-* cp34-*" - TWINE_REPOSITORY_URL=https://test.pypi.org/legacy/ - TWINE_USERNAME=qiskit - - CIBW_TEST_COMMAND="python3 {project}/examples/python/teleport.py" + - CIBW_TEST_COMMAND="python3 {project}/tools/verify_wheels.py" - CIBW_TEST_REQUIRES="git+https://github.com/Qiskit/qiskit-terra.git" + - CIBW_ENVIRONMENT=VIRTUALENV_NO_DOWNLOAD=1 + - VIRTUALENV_NO_DOWNLOAD=1 script: - sudo pip2 install cibuildwheel==0.10.1 - cibuildwheel --output-dir wheelhouse