Skip to content

Commit

Permalink
Build pure Python wheels without using cibuildwheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz committed Sep 23, 2020
1 parent cfe9245 commit de400be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -23,13 +23,11 @@ install:
- python3 -m pip install -U coveralls
- python3 -m pip install -r tests/requirements_test.txt
- python3 -m pip install -r docs/requirements.txt
# - python3 -m pip install cibuildwheel
- python3 -m pip install wheel
- python3 -m pip install twine

script:
# create wheels
# - python3 -m cibuildwheel --output-dir wheelhouse
- python3 -m pip wheel . -w wheelhouse
# create source dist for pypi and create coverage
- |
Expand Down
1 change: 0 additions & 1 deletion tests/requirements_test.txt
@@ -1,4 +1,3 @@
cibuildwheel
setuptools
coverage
coveralls
Expand Down

0 comments on commit de400be

Please sign in to comment.