-
Notifications
You must be signed in to change notification settings - Fork 17
/
.travis.yml
94 lines (85 loc) · 3.57 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
sudo: required
language: python
services: docker
stages:
- docker-image
- pytest
- wheels
before_install:
- test -z "$encrypted_9edd802e88c8_key" || openssl aes-256-cbc -K $encrypted_9edd802e88c8_key -iv $encrypted_9edd802e88c8_iv -in ./travis/travis.rsa.enc -out ./travis/travis.rsa -d
jobs:
include:
- stage: docker-image
install:
script:
- docker --version
- test -z "$DOCKERPASS" || docker login -u pypywheels -p $DOCKERPASS
- ./docker/build_image.sh
env:
# DOCKERPASS
- secure: "3aq6zQ9dSGl02PGNvcZeZWT9nzJ89wHOBk67N9u5Kai66WP3daIV8XWvWEt2TW5S9xkyx6fzpJweemL2vZtDT5dZxrL3538xLvCuJxAwYu4AhNrHzPSc1bXIMOARtx9wOpmCu37dMRXrKFmVKsVx70P5PTP+Q7P/WMSKk1KoTHjEb0p9AvnHAyq+rn/c7QovHb3KdysTEjodNOzbPFl4Yr3i7Bt5RLZGRhILUunJnwyqj0GWT0yto3HujYgx4gEelEAwpgpU9AvLjcrfClJRFH2fzS7RTyJKxPODptQKCf4IFGncv2usoYht+4mjTRdq8NtW6h5g9f6vuNr5Ihvf8Bd75ZD8CSipZAaRxlh9ez7CGQWRJeyg1YLyppp5vNn5mBGJMtgDWGZfBm5lP6hcZAv21HEcb15WDCzvv2sv8ejpWIzBCWeZdyE1MXe35w2r7Mr5/6yGVjXQhJJdgyVx2wW57zNsCtdmhik+Eft19JNnIu2b5v3td9E3UdXC7gGAmYWDT6xsUL3Co/qP9ps4vYgze3ZkJyS+1N2zYSL5HgS4QX94WmXFmWGWHzMwYnFcsDfyhefTmWvTkO/HcTRkuoM7xZTsMSIZ4z1Q1gEKIqfObqf1qmwqb824J1K7Kwpcdym1F0ko00Bw+cvjTumKNlv5ZjnuwtROG3DnA5m3iZg="
allow_failures:
- stage: pytest
env:
install:
- pip install pytest
script:
- py.test scripts
# =================================
# main stage: wheels
# =================================
stage: wheels
script:
- ./scripts/run.sh
- ./scripts/clone-gh-pages.sh
- python scripts/build_index.py wheelhouse/manylinux2010 /tmp/gh-pages/manylinux2010
- ./scripts/commit-gh-pages.sh
# the following section is automatically generated by
# scripts/generate_jobs.py. You must copy&paste the result here manually
env:
- PYPY="7.2.0" PY="2.7" PKG="numpy"
- PYPY="7.2.0" PY="3.6" PKG="numpy"
- PYPY="7.3.7" PY="2.7" PKG="numpy"
- PYPY="7.3.7" PY="3.6" PKG="numpy"
- PYPY="7.3.7" PY="3.7" PKG="numpy"
- PYPY="7.3.7" PY="3.8" PKG="numpy"
- PYPY="7.2.0" PY="2.7" PKG="scipy"
- PYPY="7.3.7" PY="2.7" PKG="scipy"
- PYPY="7.3.7" PY="3.6" PKG="scipy"
- PYPY="7.3.7" PY="3.7" PKG="scipy"
- PYPY="7.3.7" PY="3.8" PKG="scipy"
- PYPY="7.2.0" PY="2.7" PKG="cython"
- PYPY="7.2.0" PY="3.6" PKG="cython"
- PYPY="7.3.7" PY="2.7" PKG="cython"
- PYPY="7.3.7" PY="3.6" PKG="cython"
- PYPY="7.3.7" PY="3.7" PKG="cython"
- PYPY="7.3.7" PY="3.8" PKG="cython"
- PYPY="7.2.0" PY="2.7" PKG="cryptography"
- PYPY="7.2.0" PY="3.6" PKG="cryptography"
- PYPY="7.3.7" PY="2.7" PKG="cryptography"
- PYPY="7.3.7" PY="3.6" PKG="cryptography"
- PYPY="7.3.7" PY="3.7" PKG="cryptography"
- PYPY="7.3.7" PY="3.8" PKG="cryptography"
- PYPY="7.2.0" PY="2.7" PKG="netifaces"
- PYPY="7.2.0" PY="3.6" PKG="netifaces"
- PYPY="7.3.7" PY="2.7" PKG="netifaces"
- PYPY="7.3.7" PY="3.6" PKG="netifaces"
- PYPY="7.3.7" PY="3.7" PKG="netifaces"
- PYPY="7.3.7" PY="3.8" PKG="netifaces"
- PYPY="7.2.0" PY="2.7" PKG="gevent"
- PYPY="7.3.7" PY="2.7" PKG="gevent"
- PYPY="7.3.7" PY="3.7" PKG="gevent"
- PYPY="7.3.7" PY="3.8" PKG="gevent"
- PYPY="7.2.0" PY="3.6" PKG="psutil"
- PYPY="7.3.7" PY="2.7" PKG="psutil"
- PYPY="7.3.7" PY="3.6" PKG="psutil"
- PYPY="7.3.7" PY="3.7" PKG="psutil"
- PYPY="7.3.7" PY="3.8" PKG="psutil"
- PYPY="7.2.0" PY="2.7" PKG="pandas"
- PYPY="7.2.0" PY="3.6" PKG="pandas"
- PYPY="7.3.7" PY="2.7" PKG="pandas"
- PYPY="7.3.7" PY="3.6" PKG="pandas"
- PYPY="7.3.7" PY="3.7" PKG="pandas"
- PYPY="7.3.7" PY="3.8" PKG="pandas"
- PYPY="7.3.1" PY="3.6" PKG="pandas==0.24.2"
- PYPY="7.3.1" PY="3.6" PKG="scipy==1.2.1"