Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Mar 14, 2018
2 parents ab15d16 + 8a617d7 commit 4b3e6fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ script:
- coverage run ./setup.py test

# build documentation
- cd docs && make html
- cd docs && make html; cd ../

after_success:
- coveralls
Expand Down
4 changes: 4 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python:
pip_install: true
extra_requirements:
- docs
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
setup_requires=setup_requires,
install_requires=['six>=1.9.0'],
tests_require=['pytest>=2.8'],
extras_require={
'docs': ['sphinx', 'sphinx_rtd_theme', 'numpydoc'],
},
cmdclass=versioneer.get_cmdclass(),
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 4b3e6fe

Please sign in to comment.