Skip to content

Commit

Permalink
Merge pull request #29 from PDXCapstoneF/bs-install-docopt
Browse files Browse the repository at this point in the history
Add docopt
  • Loading branch information
benjspriggs authored Apr 17, 2018
2 parents ceb7495 + 024a265 commit 3ffa8b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:
- pipenv install --dev
script:
- python -m unittest discover
- python main.py -h
before_deploy:
- pipenv uninstall --all # clean out any dev dependencies
- pipenv install # only add what we need
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[dev-packages]

[packages]
docopt = "*"

[requires]
python_version = "3.6"
12 changes: 10 additions & 2 deletions Pipfile.lock

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

0 comments on commit 3ffa8b4

Please sign in to comment.