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

Commit ab89bd0

Browse files
committed
Adding requirements
1 parent 17a71a9 commit ab89bd0

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ test:
66
rm .coverage || true
77
python -m pytest --cov=./
88

9+
test.flagone:
10+
rm coverage.xml || true
11+
rm .coverage || true
12+
python -m pytest --cov=./ tests/test_number_two.py
13+
914
local.report:
1015
./local.sh -t ${local_token} -F flagsecond
1116

17+
local.report.flagone:
18+
./local.sh -t ${local_token} -F flagone
19+
1220
production.report:
1321
./production.sh -t ${production_token} -F flagproduction
1422

@@ -20,6 +28,8 @@ local.full:
2028
${MAKE} local.download
2129
${MAKE} test
2230
${MAKE} local.report
31+
${MAKE} test.flagone
32+
${MAKE} local.report.flagone
2333

2434
production.full:
2535
${MAKE} production.download

requirements.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
atomicwrites==1.3.0
2+
attrs==19.3.0
3+
certifi==2019.9.11
4+
chardet==3.0.4
5+
codecov==2.0.15
6+
coverage==4.5.4
7+
idna==2.8
8+
importlib-metadata==0.23
9+
more-itertools==7.2.0
10+
packaging==19.2
11+
pluggy==0.13.0
12+
py==1.8.0
13+
pyparsing==2.4.2
14+
pytest==5.2.1
15+
pytest-cov==2.8.1
16+
requests==2.22.0
17+
six==1.12.0
18+
urllib3==1.25.6
19+
wcwidth==0.1.7
20+
zipp==0.6.0

0 commit comments

Comments
 (0)