Skip to content

Commit

Permalink
trying to fix requirements for deployment and testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
millen1m committed Feb 4, 2019
1 parent a129ee0 commit 6b1b097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy-requirements.txt
@@ -1,4 +1,5 @@
coverage
codecov
pylint
openssl
twine
2 changes: 1 addition & 1 deletion geofound/__about__.py
@@ -1 +1 @@
__version__ = "0.4.10"
__version__ = "0.4.11"
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,5 @@ sfsimodels>=0.8.2
numpy

# testing
pytest
pytest>=3.6
pytest-cov

0 comments on commit 6b1b097

Please sign in to comment.