Skip to content

Commit a30c7f4

Browse files
committed
Oops. Binary wheels for Linux are not supported.
1 parent e15541d commit a30c7f4

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.pypirc.enc

-128 Bytes
Binary file not shown.

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: python
22

3-
cache: pip
4-
53
python:
64
- 2.6
75
- 2.7
@@ -10,14 +8,6 @@ python:
108
- 3.5
119
- pypy
1210

13-
before_install: pip install Cython wheel
11+
before_install: pip install Cython
1412
install: python setup.py install
1513
script: nosetests
16-
17-
before_deploy:
18-
- pip install wheel twine
19-
- openssl aes-256-cbc -K $encrypted_3f7a4ebdecc4_key -iv $encrypted_3f7a4ebdecc4_iv -in .pypirc.enc -out ~/.pypirc -d
20-
21-
deploy:
22-
provider: script
23-
script: release.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install:
105105
# compiled extensions and are not provided as pre-built wheel packages,
106106
# pip will build them from source using the MSVC compiler matching the
107107
# target Python version and architecture
108-
- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
108+
- "%CMD_IN_ENV% pip install cython"
109109

110110
build_script:
111111
# Build the compiled extension

0 commit comments

Comments
 (0)