Skip to content

Commit

Permalink
Changes for deployment (#5)
Browse files Browse the repository at this point in the history
- Install pipenv-setup
- Re-lock and update setup.py file
- Test with python 2.7
- Add requirement for 'six'
- Update test for python 2.7
- Update history
- Add subdirectories to deployment
- Add missing init file
  • Loading branch information
sethrj authored Dec 5, 2019
1 parent 8ce0c59 commit e5be08f
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 34 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.7
- 3.6
- 3.5
- 2.7

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
Expand Down
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
History
*******

0.1.0 (2018-12-07)
0.1.0 (2019-12-05)
==================

* Complete initial capability, documents, and testing.

0.0.1 (2018-12-07)
==================

* Created cookiecutter package.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true

Expand All @@ -13,9 +14,11 @@ pytest = "==3.4.2"
pytest-runner = "==2.11.1"
Sphinx = "==1.7.1"
twine = "==1.10.0"
pipenv-setup = "*"

[packages]
"h5py" = ">=2.7.1"
h5py = ">=2.7.1"
prompt-toolkit = ">=2.0"
numpy = ">=1.15"
pygments = "*"
six = "*"
Loading

0 comments on commit e5be08f

Please sign in to comment.