Skip to content

Commit 5c603ab

Browse files
committed
Use the same convention as ppb for requirements files
1 parent 68c4017 commit 5c603ab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.cirrus.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docs_task:
55

66
install_script:
77
- apt update && apt install make
8-
- pip install --upgrade-strategy eager -U -r docs-requirements.txt
8+
- pip install --upgrade-strategy eager -U -r requirements-docs.txt
99
- pip install -e .
1010

1111
script:
@@ -17,8 +17,8 @@ lint_task:
1717
image: python:3.7-slim
1818

1919
install_script:
20-
- pip install --upgrade-strategy eager -U -r dev-requirements.txt
21-
- pip install --upgrade-strategy eager -U -r lint-requirements.txt
20+
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
21+
- pip install --upgrade-strategy eager -U -r requirements-lint.txt
2222
- pip install -e .
2323

2424
script:
@@ -42,7 +42,7 @@ FreeBSD_task:
4242
- PY=python${PYTHON}
4343
- pkg install -y bash python${PYVER} ${PYPKG}-setuptools
4444
- ${PY} -m ensurepip
45-
- ${PY} -m pip install --upgrade-strategy eager -U -r dev-requirements.txt
45+
- ${PY} -m pip install --upgrade-strategy eager -U -r requirements-tests.txt
4646
- ${PY} -m pip install -e .
4747

4848
script:
@@ -62,7 +62,7 @@ Linux_task:
6262
- image: pypy:3.6-slim
6363

6464
install_script:
65-
- pip install --upgrade-strategy eager -U -r dev-requirements.txt
65+
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
6666
- pip install -e .
6767

6868
script:
@@ -89,7 +89,7 @@ macOS_task:
8989
- pyenv global ${PYTHON}
9090
- pyenv rehash
9191
- pip install --upgrade-strategy eager -U pip wheel setuptools
92-
- pip install --upgrade-strategy eager -U -r dev-requirements.txt
92+
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
9393
- pip install -e .
9494

9595
script:
@@ -108,7 +108,7 @@ Windows_task:
108108
- image: python:3.8-rc-windowsservercore-1809
109109

110110
install_script:
111-
- C:\Python\python.exe -m pip install --upgrade-strategy eager -U -r dev-requirements.txt
111+
- C:\Python\python.exe -m pip install --upgrade-strategy eager -U -r requirements-tests.txt
112112
- C:\Python\python.exe -m pip install -e .
113113

114114
script:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)