Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 0d52aae

Browse files
committed
Add dependencies to requirements.txt and requirements-doc.txt
1 parent a5ee92f commit 0d52aae

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ matrix:
1717
- python: pypy3
1818

1919
install:
20-
- "pip install -U pip"
21-
- "pip install -U pytest pytest-runner mypy-lang coveralls"
22-
- "pip install -U coverage pytest-cov"
23-
- "pip install -U flake8 pytest-flake8"
24-
- "pip install -U pylint pytest-pylint"
25-
- "pip install -U mypy-lang"
26-
- "pip install -U pydocstyle"
27-
- "pip install -U coveralls"
20+
- "pip install -U -r requirements.txt"
2821
- "pip install ."
2922
- "pip freeze"
3023

@@ -35,6 +28,7 @@ script:
3528

3629
after_success:
3730
- coveralls
31+
- pip install -U -r requirements-docs.txt
3832
- ./build_doc.py
3933

4034
deploy:

requirements-docs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
ghp-import

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pip
2+
wheel
3+
pytest
4+
pytest-runner
5+
coverage
6+
pytest-cov
7+
flake8
8+
pytest-flake8
9+
pylint
10+
pytest-pylint
11+
mypy-lang
12+
pydocstyle
13+
coveralls

0 commit comments

Comments
 (0)