Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
{[general]install_requires}
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Jul 30, 2016
1 parent 8e101eb commit f5e7e8f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[general]
author = @Robpol86
install_requires =
flake8==2.5.5
pep257==0.7.0
pycodestyle==1.8.0.dev0
license = MIT
name = flake8_pep257
version = 1.0.5
Expand All @@ -12,9 +16,7 @@ commands =
py.test --cov-append --cov-report term-missing --cov-report xml --cov {[general]name} --cov-config tox.ini \
{posargs:tests}
deps =
flake8==2.5.5
pep257==0.7.0
pycodestyle==1.8.0.dev0
{[general]install_requires}
pytest-cov==2.2.1
usedevelop = True

Expand Down Expand Up @@ -49,7 +51,7 @@ commands =
python -c "assert 'VERSION = \'{[general]version}\'' in open('setup.py').read(102400)"
python -c "assert '\n{[general]version} - ' in open('README.rst').read(102400)"
deps =
{[testenv]deps}
{[general]install_requires}
coverage==4.0.3
flake8-import-order==0.5
pep8-naming==0.3.3
Expand Down

0 comments on commit f5e7e8f

Please sign in to comment.