Skip to content

Commit

Permalink
Tweaks from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Aug 29, 2019
1 parent 242ca4f commit 714b640
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- VIRTUALENV_NO_DOWNLOAD=1
# if: tag IS present
script:
- sudo pip install cibuildwheel==0.10.1
- sudo pip install cibuildwheel==0.11.1
- cibuildwheel --output-dir wheelhouse
# - twine upload wheelhouse/*
- os: osx
Expand All @@ -173,9 +173,11 @@ jobs:
- CIBW_BEFORE_BUILD="pip install -U Cython && tools/install_wheel_deps.sh"
- CIBW_SKIP="cp27-* cp34-*"
- 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
- sudo pip2 install cibuildwheel==0.11.1
- cibuildwheel --output-dir wheelhouse
# - twine upload wheelhouse/*

0 comments on commit 714b640

Please sign in to comment.