Skip to content

Commit 89f2cc4

Browse files
committed
updates Makefile
1 parent 6b399fc commit 89f2cc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ test:
2727
py.test -v --create-db
2828

2929
lint:
30-
pipenv run flake8 src/ tests/
30+
pre-commit run --all-files
3131
pipenv run isort -rc src/ --check-only
3232
pipenv run check-manifest
3333

34+
travis:
35+
docker run --privileged --name travis-debug -it -u travis travisci/ci-amethyst:packer-1512508255-986baf0 /bin/bash -l
36+
3437

3538
clean:
3639
rm -fr ${BUILDDIR} dist *.egg-info .coverage coverage.xml .eggs

0 commit comments

Comments
 (0)