Skip to content

Commit 69ba82c

Browse files
committed
#16 cleanup.
1 parent 1484f65 commit 69ba82c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
command: |
143143
python3 -m venv venv
144144
. venv/bin/activate
145-
pip install coveralls
146145
coveralls
147146
148147
# upload test coverage to codacy

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ BeautifulSoup4
33
coverage
44
codacy-coverage
55
codecov
6-
coveralls
7-
python-coveralls
6+
coveralls

0 commit comments

Comments
 (0)