Skip to content

Commit

Permalink
Remove docs build
Browse files Browse the repository at this point in the history
Remove unused test setting
  • Loading branch information
grahamu committed Jan 8, 2018
1 parent 582b484 commit 3af70e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
lint:
<<: *common
docker:
- image: circleci/python:3.6.1
- image: circleci/python:3.6
environment:
- TOXENV=checkqa
- UPLOAD_COVERAGE=0
Expand Down
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
all: init docs test
all: init test

init:
python setup.py develop
pip install detox coverage mkdocs
pip install detox coverage

test:
coverage erase
detox
coverage html

docs:
mkdocs build

.PHONY: docs
1 change: 0 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"pinax.invitations",
"pinax.invitations.tests"
],
MIDDLEWARE_CLASSES=[],
DATABASES={
"default": {
"ENGINE": "django.db.backends.sqlite3",
Expand Down

0 comments on commit 3af70e7

Please sign in to comment.