Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
add marker to docs/changelog.rst; update requirements files; tweak Ma…
Browse files Browse the repository at this point in the history
…kefile
  • Loading branch information
bear committed May 26, 2016
1 parent da7905e commit 3de464a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ htmlcov

#Environment
env
.python-version

violations.flake8.txt

Expand Down
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2016-05-25
Going forward all changes will be tracked in docs/changelog.rst

2015-12-28
Large number of changes related to making the code Python v3 compatible.
See the messy details at https://github.com/bear/python-twitter/pull/251
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@



help:
@echo " env install all production dependencies"
@echo " dev install all dev and production dependencies (virtualenv is assumed)"
Expand Down Expand Up @@ -40,7 +38,7 @@ lint:
test:
python setup.py test

coverage: clean test
coverage: clean
coverage run --source=twitter setup.py test --addopts "--ignore=venv"
coverage html
coverage report
Expand Down
4 changes: 2 additions & 2 deletions requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
future>=0.15.2
requests>=2.9.1
requests>=2.10.0
requests-oauthlib>=0.6.1
sphinx>=1.3.6
sphinx>=1.4.1
sphinx_rtd_theme
14 changes: 7 additions & 7 deletions requirements.testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ requests
requests_oauthlib
responses

pytest>=2.8.7
pytest-cov>=2.2.0
pytest-runner>=2.6.2
mccabe>=0.3.1
pytest>=2.9.1
pytest-cov>=2.2.1
pytest-runner>=2.8
mccabe>=0.4.0
flake8>=2.5.2
mock>=1.3.0
coverage>=4.0.3
mock>=2.00
coverage>=4.1
coveralls>=1.1
codecov>=1.6.3
check-manifest>=0.30
check-manifest>=0.31

0 comments on commit 3de464a

Please sign in to comment.