We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b399fc commit 89f2cc4Copy full SHA for 89f2cc4
Makefile
@@ -27,10 +27,13 @@ test:
27
py.test -v --create-db
28
29
lint:
30
- pipenv run flake8 src/ tests/
+ pre-commit run --all-files
31
pipenv run isort -rc src/ --check-only
32
pipenv run check-manifest
33
34
+travis:
35
+ docker run --privileged --name travis-debug -it -u travis travisci/ci-amethyst:packer-1512508255-986baf0 /bin/bash -l
36
+
37
38
clean:
39
rm -fr ${BUILDDIR} dist *.egg-info .coverage coverage.xml .eggs
0 commit comments