Skip to content

Commit

Permalink
Merge pull request #21 from YujiAzama/develop-v1.0
Browse files Browse the repository at this point in the history
Apply mkdocs for document management
  • Loading branch information
hide-hayashi committed Feb 4, 2020
2 parents d243a9f + 3bf156b commit 57d3189
Show file tree
Hide file tree
Showing 11 changed files with 407 additions and 39 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,7 +15,6 @@ before_install:
- docker-compose -f ./docker/docker-compose.yml up -d

script:
- docker-compose -f ./docker/docker-compose.yml run meteoroid /bin/sh -c "pipenv install --system --dev&& flake8 ./meteoroid"
- docker-compose -f ./docker/docker-compose.yml run meteoroid /bin/sh -c "pipenv install --system --dev && flake8 ./meteoroid && mkdocs build"
- docker-compose -f ./docker/docker-compose.yml run meteoroid python ./meteoroid/manage.py test meteoroid/
- ./meteoroid/tests/meteoroidtest.sh

1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -12,6 +12,7 @@ flake8-quotes = "*"
pep8-naming = "*"
flake8-print = "*"
flake8-eradicate = "*"
mkdocs = "*"

[packages]
django = "*"
Expand Down
91 changes: 76 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file removed docs/README.md
Empty file.
File renamed without changes.
22 changes: 0 additions & 22 deletions docs/function/python.md

This file was deleted.

0 comments on commit 57d3189

Please sign in to comment.