Skip to content

Commit afa6760

Browse files
Add wheels for dependencies
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 5016877 commit afa6760

23 files changed

+17
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ script:
102102
# - ./bin/py.test -n 2 -vvs --cov=src tests/scancode
103103
# - echo $TEST_SUITE
104104
- $TEST_SUITE
105+
- source bin/activate
105106
- cd docs
106107
- "./scripts/sphinx_build_link_check.sh"
107108
- "./scripts/doc8_style_check.sh"

setup.py

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,22 @@ def read(*names, **kwargs):
221221
'spdx-tools >= 0.6.0',
222222
'unicodecsv',
223223

224-
# ScanCode Docs
225-
'Sphinx',
226-
'sphinx_rtd_theme',
227-
'doc8',
224+
# ScanCode Docs Primary
225+
'Sphinx < 2.0; python_version == "2.7"',
226+
'Sphinx >= 2.0; python_version > "3"',
227+
'sphinx_rtd_theme >= 0.4.3',
228+
'doc8 >= 0.8.0',
229+
230+
# Scancode Docs Requirements
231+
'alabaster >= 0.7.12',
232+
'Babel >= 2.7.0',
233+
'docutils >= 0.11 ; python_version == "2.7"',
234+
'docutils >= 0.15.2 ; python_version > "3"',
235+
'imagesize >= 1.1.0',
236+
'pbr >= 5.4.3',
237+
'restructuredtext-lint >= 1.3.0',
238+
'snowballstemmer >= 2.0.0',
239+
'stevedore >= 1.31.0',
228240

229241
# ScanCode caching and locking
230242
'yg.lockfile >= 2.3, < 3.0.0',
8.03 MB
Binary file not shown.
2.97 MB
Binary file not shown.
3.1 MB
Binary file not shown.
14.6 KB
Binary file not shown.
18.7 KB
Binary file not shown.
535 KB
Binary file not shown.
535 KB
Binary file not shown.
4.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)