Skip to content

Commit

Permalink
[MRG] Removed line (#37)
Browse files Browse the repository at this point in the history
* removed line

* do not build py38 (yet)
  • Loading branch information
tommyod committed Nov 18, 2019
1 parent 1304e2b commit d1fc22f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ matrix:
# The remaining 2 are set to assure Python 3 is used on OS X (mac)
env:
global:
- CIBW_SKIP="cp27-* cp33-* cp34-*"
- CIBW_SKIP="cp27-* cp33-* cp34-* cp38-*"
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest {project}/KDEpy --doctest-modules"
- PIP=pip3
Expand Down
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
$PIP install cibuildwheel;
$PYTHON -m cibuildwheel --output-dir wheelhouse;
$PIP install twine;
$PYTHON -m twine upload dist/* -u tommyod -p $TWINE_PASSWORD --skip-existing;
$PYTHON -m twine upload wheelhouse/* -u tommyod -p $TWINE_PASSWORD --skip-existing;

0 comments on commit d1fc22f

Please sign in to comment.