Skip to content

Commit ae66158

Browse files
committed
chore: extract build-requirements.txt
1 parent b255247 commit ae66158

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cython==0.28.2

ci/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd /io
55

66
# compile wheels
77
for PYBIN in /opt/python/*/bin/; do
8-
${PYBIN}/pip install cython
8+
${PYBIN}/pip install -r /io/build-requirements.txt
99
${PYBIN}/pip wheel /io/ -w /tmp/wheelhouse/
1010
done
1111

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1+
-r build-requirements.txt
12
pytest==3.2.5
23
coverage==4.5.1
3-
cython==0.28.2
44
tox==2.5.0

0 commit comments

Comments
 (0)