File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed
Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 88before_install :
99 - pip install --upgrade setuptools
1010install :
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"
1512script : " python setup.py test"
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments