mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-03 11:15:47 +03:00
Fix .travis.yml
This commit is contained in:
parent
8381caec1e
commit
84888224a9
|
@ -90,10 +90,10 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.8.6
|
- choco install python --version 3.8.6
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install certifi cibuildwheel>=1.5.1
|
- python3 -m pip install certifi cibuildwheel>=1.5.1
|
||||||
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
- export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"`
|
||||||
- echo $SSL_CERT_FILE
|
- echo $SSL_CERT_FILE
|
||||||
script: python -m cibuildwheel --output-dir wheelhouse
|
script: python -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success:
|
after_success:
|
||||||
- python -m pip install twine
|
- python -m pip install twine
|
||||||
|
|
Loading…
Reference in New Issue
Block a user