Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit d28bafe

Browse files
committed
Add 'bob --help' to the Travis run
In lieu of having a test suite, this at least ensures the setup.py `console_scripts` entry is configured correctly, and that basic CLI and arg functionality works.
1 parent 0373ef2 commit d28bafe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ python:
77
- "3.5"
88
- "3.6"
99
install:
10+
- pip install .
1011
- pip install -r requirements.txt
1112
script:
1213
- flake8
14+
# TODO: Replace with an actual test suite:
15+
# https://github.com/kennethreitz/bob-builder/issues/31
16+
- bob --help

0 commit comments

Comments
 (0)