Skip to content

Commit b644014

Browse files
authored
Merge pull request #120 from pusher/pin-travis-deps
Pin travis deps
2 parents 7e93f37 + 2b015c6 commit b644014

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@ python:
88
before_install:
99
- pip install --upgrade setuptools
1010
install:
11-
- "python setup.py develop"
12-
- "if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install aiohttp; fi"
13-
- "pip install tornado"
14-
- "pip install urlfetch"
11+
- "pip install -r requirements.txt"
1512
script: "python setup.py test"

requirements.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
asn1crypto==0.24.0
3+
certifi==2018.10.15
4+
cffi==1.11.5
5+
chardet==3.0.4
6+
cryptography==2.3.1
7+
httpretty==0.9.5
8+
idna==2.7
9+
mock==2.0.0
10+
ndg-httpsclient==0.5.1
11+
nose==1.3.7
12+
pbr==5.0.0
13+
pyasn1==0.4.4
14+
pycparser==2.19
15+
pyOpenSSL==18.0.0
16+
requests==2.20.0
17+
six==1.11.0
18+
tornado==5.1.1
19+
urllib3==1.24
20+
aiohttp==3.4.4; python_version >= '3.5'
21+
async-timeout==3.0.1; python_version >= '3.5'
22+
attrs==18.2.0; python_version >= '3.5'
23+
idna-ssl==1.1.0; python_version >= '3.5' and python_version < '3.7'
24+
multidict==4.4.2; python_version >= '3.5'
25+
yarl==1.2.6; python_version >= '3.5'

0 commit comments

Comments
 (0)