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

Commit 2005e12

Browse files
committed
Adjust pipe
1 parent e90460e commit 2005e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ deploy:
44
provider: pypi
55
user: gitcoin
66
password:
7+
secure: "placeholder"
78
distributions: "sdist bdist_wheel"
89
on:
910
tags: true
@@ -17,7 +18,6 @@ matrix:
1718
install: pip install .[test]
1819

1920
script:
20-
- make build
2121
- pytest
2222

2323
notifications:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
packages=find_packages(exclude=['docs', 'tests']),
3939
install_requires=['requests'],
4040
extras_require={
41-
'test': ['coverage', 'pytest', 'isort'],
41+
'test': ['coverage', 'pytest', 'isort', 'pytest-isort', 'pytest-cov'],
4242
'deploy': ['twine', 'wheel'],
4343
},
4444
project_urls={

0 commit comments

Comments
 (0)