Skip to content

Commit

Permalink
Removed unused skeleton files
Browse files Browse the repository at this point in the history
    * Do not run tests on vendored pip code

Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Aug 2, 2021
1 parent b4e862e commit 7f0b49c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ venv/
ENV/
env.bak/
venv.bak/
tmp

# Spyder project settings
.spyderproject
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ norecursedirs = [
"thirdparty",
"tmp",
"tests/data",
".eggs"
".eggs",
"src/fetchcode/vcs/pip",
]

python_files = "*.py"
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ testing =
# upstream
pytest
pytest-xdist
full =
fetchcode
docs=
docs =
Sphinx>=3.3.1
sphinx-rtd-theme>=0.5.0
doc8>=0.8.1
2 changes: 0 additions & 2 deletions src/README.rst

This file was deleted.

2 changes: 0 additions & 2 deletions tests/README.rst

This file was deleted.

0 comments on commit 7f0b49c

Please sign in to comment.