Skip to content

Commit 9b5049a

Browse files
committed
Fixing lint references to test files
1 parent d8d23b8 commit 9b5049a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
script:
1212
- shellcheck legacy/github-archive.sh
1313
- flake8 github_archive/*.py
14-
- flake8 test/*.py
14+
- flake8 test/unit/*.py
1515
- pytest --cov=github_archive
1616

1717
deploy:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clean:
2424
## lint - Lint the project
2525
lint:
2626
venv/bin/flake8 github_archive/*.py
27-
venv/bin/flake8 test/*.py
27+
venv/bin/flake8 test/unit/*.py
2828

2929
## test - Test the project
3030
test:

0 commit comments

Comments
 (0)