Skip to content

Commit

Permalink
Merge pull request #38 from standage/debug/ci
Browse files Browse the repository at this point in the history
Debug CI and docs builds
  • Loading branch information
standage authored Dec 16, 2016
2 parents 2ef7685 + 883a3bd commit 53d587d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ python:
- 3.4
- 3.5
install:
- pip install .
- make devenv
- export PYTHONPATH=/home/travis/build/standage/tag/:$PYTHONPATH
script:
- make test
- make style
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
pip install .

devenv:
pip install pytest pytest-cov pep8 sphinx intervaltree
pip install pytest pytest-cov pep8 sphinx

style:
pep8 tag/*.py tests/*.py tag/cli/*.py bin/tag
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author='Daniel Standage',
author_email='[email protected]',
license='BSD-3',
packages=['tag'],
packages=['tag', 'tag.cli'],
scripts=list(glob.glob('bin/tag')),
install_requires=['intervaltree'],
classifiers=[
Expand Down

0 comments on commit 53d587d

Please sign in to comment.