Skip to content

Commit

Permalink
Debug CI and docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Dec 16, 2016
1 parent 2ef7685 commit 883a3bd
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 883a3bd

Please sign in to comment.