-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (27 commits) Update twine from 1.9.1 to 1.10.0 (#168) Update pytest from 3.4.1 to 3.4.2 (#167) cleanup !wip Update index.rst (#164) Update pytest from 3.4.0 to 3.4.1 (#162) Update sphinx from 1.7.0 to 1.7.1 (#163) nicfit.py cc update Update nicfit.py from 0.7 to 0.8 (#161) Update ipdb from 0.10.3 to 0.11 (#159) Update sphinx from 1.6.7 to 1.7.0 (#158) Update pytest-runner from 3.0 to 4.0 (#157) Added docs for install devel dependencies and test data. Update sphinx from 1.6.6 to 1.6.7 (#154) Update pytest from 3.3.2 to 3.4.0 (#152) Update factory-boy from 2.9.2 to 2.10.0 (#150) Update sphinx from 1.6.5 to 1.6.6 (#148) Update pytest from 3.3.1 to 3.3.2 (#147) chg: Removed paver as a dep Update pyaml from 17.10.0 to 17.12.1 (#138) chg: removed fabfile and mkenv ...
- Loading branch information
Showing
12 changed files
with
29 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
src/test/data | ||
src/test/eyeD3-test-data* | ||
.idea | ||
.idea/ | ||
.cookiecutter.md5 | ||
_misc/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
# | ||
grako==3.99.9 | ||
pathlib==1.0.1 | ||
python-magic==0.4.13 | ||
python-magic==0.4.15 | ||
six==1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
Sphinx==1.6.5 | ||
check-manifest==0.35 | ||
Sphinx==1.7.1 | ||
check-manifest==0.36 | ||
cogapp==2.5.1 | ||
flake8==3.5.0 | ||
git+https://github.com/nicfit/gitchangelog.git | ||
hg+https://[email protected]/nicfit/sphinxcontrib-bitbucket | ||
ipdb==0.10.3 | ||
nicfit.py[cookiecutter]==0.7 | ||
paver==1.2.4 | ||
pip-tools==1.10.1 | ||
ipdb==0.11 | ||
nicfit.py[cookiecutter]==0.8 | ||
pip-tools==1.11.0 | ||
pss==1.41 | ||
pyaml==17.10.0 | ||
sphinx-issues==0.3.1 | ||
pyaml==17.12.1 | ||
sphinx-issues==0.4.0 | ||
sphinx_rtd_theme==0.2.4 | ||
sphinxcontrib-paverutils==1.16.0 | ||
tox==2.9.1 | ||
twine==1.9.1 | ||
twine==1.10.0 | ||
wheel==0.30.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pathlib==1.0.1 | ||
python-magic==0.4.13 | ||
python-magic==0.4.15 | ||
six==1.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
factory-boy==2.9.2 | ||
pytest==3.2.5 | ||
factory-boy==2.10.0 | ||
pytest==3.4.2 | ||
pytest-cov==2.5.1 | ||
pytest-runner==3.0 | ||
pytest-runner==4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ directory = build/tests/coverage | |
[run] | ||
omit = /tmp/* | ||
|
||
|
||
[tool:pytest] | ||
addopts = --verbose | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters