Skip to content

Commit 2902736

Browse files
committed
Stop building pypy wheels
1 parent 0d48370 commit 2902736

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ after_success:
3434
deploy:
3535
provider: script
3636
skip_cleanup: true
37-
script: ci/deploy.sh
37+
script: /bin/bash ci/deploy.sh
3838
on:
3939
tags: true
4040
repo: whtsky/bencoder.pyx

ci/deploy.sh

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#!/bin/bash
12
pip install twine
23
twine upload -u whtsky -p $PYPI_PASSWORD wheelhouse/bencoder*.whl

tox-wheels.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35, pypy
2+
envlist = py26, py27, py33, py34, py35
33

44
[testenv]
55
commands = pip wheel {toxinidir} -w {toxinidir}/wheelhouse/

0 commit comments

Comments
 (0)