Skip to content

Commit

Permalink
add code coverage, resolves #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed Jan 20, 2017
1 parent c561474 commit fad90af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,5 @@
/.cache/
/try.py
/.tox/
.coverage
coverage.xml
9 changes: 6 additions & 3 deletions setup.py
Expand Up @@ -52,12 +52,15 @@
# 'Topic :: Utilities',
],
install_requires=requires,
# pytz for timezones (and tests)
# numpy for numpy functionality
# pytz for timezones awareness
# pandas for data frame functionality

# pytest for tests
# pytest-cov for test coverage
# tox for tests
# detox recommended for tests (optional)
# detox for parallel tests
# sphinx for documentation
# numpy for numpy functionality
)


0 comments on commit fad90af

Please sign in to comment.