Skip to content

Commit

Permalink
setup (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderkam committed Oct 2, 2019
1 parent f7a0f2c commit f9e249b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
# Config file for automatic testing at travis-ci.org

language: python
python:
- 3.7
- 3.6
- 3.5
- 2.7

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
- 3.7
- 3.6
- 3.5
- 2.7
install: pip install -U tox-travis

# Command to run tests, e.g. python setup.py test
script: tox

# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
# following command to finish PyPI deployment setup:
# $ travis encrypt --add deploy.password
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: skanderkam
password:
secure: PLEASE_REPLACE_ME
secure: oWUayCo8BXA9sJ7UDvTKY8FA5S4TNNJEdwNoSgwculEueSMQhlHImqrDBJQh6QOV94SnEeMgx7atXEDzn8DCDhAFSBD5EFkHm7m0zwyXw4YEZJ8wXn3Kl+mSv1FnWocmKflJfUxCq1+vP46Jc6FTf8tR/2S5mauKncrFC0+0Ak2HM4NcXlqgU+e0gRljzpivEJWeyb+xpT2nWCehNS8BSQHRjUshUz+493mNRO3Knnyxq3kEtd865VYZeX/DnUpiJ0opKkJYLmwuNMNCTznDpLoucXS77xeuQ8iyfaCiCcHoPn6/dniYn1tl9CFjGqMnyOPCywHrgf5JppBzw402mLa1X/aLADgOKofVezI6xWsyPKCXIimYY/3MYcELLzF8jnp30jCB8VLBJGbvXjmHgZWfTFwRm4AFtV+kmjTOkjYOVi4MmWC+B85Klj6u5FQ+H6aR/FqiD3SO+ymv/4gCjAeWZYafH3dpF9GMPpLUhqOWiqrDvDxddDdTc4hPNFBCSTMa8n5KwQNjKd7RJ3DL7+e6el9Sy2gwn6NvnfhWZA0TRBs/9BZ2rEj6ymwzJ/hVcDP7T1Mm18VXSwbvFyMZwHXZaqH44M0BGprBItH2bHAEsW+6U0puN/8arfNyJWGo+ZakGbp1fHOU0VY0TYgqJkvaXHRcRpPr6D55tMGSwfI=
on:
tags: true
repo: skanderkam/trelawney
Expand Down
7 changes: 7 additions & 0 deletions docs/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
trelawney
=========

.. toctree::
:maxdepth: 4

trelawney
22 changes: 22 additions & 0 deletions docs/trelawney.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
trelawney package
=================

Submodules
----------

trelawney.trelawney module
--------------------------

.. automodule:: trelawney.trelawney
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: trelawney
:members:
:undoc-members:
:show-inheritance:

0 comments on commit f9e249b

Please sign in to comment.