Skip to content

Commit

Permalink
Merge 72bb198 into ec145c6
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Dec 25, 2016
2 parents ec145c6 + 72bb198 commit c50be31
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ target/

# pyenv python configuration file
.python-version

# credentials
.coveralls.yml
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ python-access
:target: https://python-access.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://coveralls.io/repos/github/waynr/python-access/badge.svg
:target: https://coveralls.io/github/waynr/python-access
:alt: Coveralls coverage status


Provides Python member access control semantics using available Python 3 syntax.

Expand Down
16 changes: 12 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
pip~=9.0

# release management
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
cryptography==1.7

# test, lint, coverage
flake8~=3.2
tox==2.3.1
coverage==4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
coveralls~=1.1
discover==0.4.0

# used in travis_pypi_setup.py
PyYAML==3.11

# doc-related
docutils==0.12.0
Sphinx==1.4.8
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ envlist =
docs, docs-{linkcheck,test}

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
setenv =
VIRTUAL_ENV = {envdir}
OS_STDOUT_NOCAPTURE = False
Expand All @@ -20,6 +21,7 @@ deps = -r{toxinidir}/requirements_dev.txt
commands =
coverage run -m discover 'tests'
coverage report
coveralls

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit c50be31

Please sign in to comment.