Skip to content

Commit

Permalink
Remove doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 8, 2018
1 parent f5a9996 commit e7af1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
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
7 changes: 1 addition & 6 deletions Makefile
@@ -1,4 +1,4 @@
all: init docs test
all: init test

init:
python setup.py develop
Expand All @@ -8,8 +8,3 @@ test:
coverage erase
tox
coverage html

docs: documentation

documentation:
python setup.py build_sphinx

0 comments on commit e7af1b6

Please sign in to comment.