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

Commit 3de464a

Browse files
committed
add marker to docs/changelog.rst; update requirements files; tweak Makefile
1 parent da7905e commit 3de464a

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ htmlcov
4040

4141
#Environment
4242
env
43+
.python-version
4344

4445
violations.flake8.txt
4546

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2016-05-25
2+
Going forward all changes will be tracked in docs/changelog.rst
3+
14
2015-12-28
25
Large number of changes related to making the code Python v3 compatible.
36
See the messy details at https://github.com/bear/python-twitter/pull/251

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
3-
42
help:
53
@echo " env install all production dependencies"
64
@echo " dev install all dev and production dependencies (virtualenv is assumed)"
@@ -40,7 +38,7 @@ lint:
4038
test:
4139
python setup.py test
4240

43-
coverage: clean test
41+
coverage: clean
4442
coverage run --source=twitter setup.py test --addopts "--ignore=venv"
4543
coverage html
4644
coverage report

requirements.docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
future>=0.15.2
2-
requests>=2.9.1
2+
requests>=2.10.0
33
requests-oauthlib>=0.6.1
4-
sphinx>=1.3.6
4+
sphinx>=1.4.1
55
sphinx_rtd_theme

requirements.testing.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requests
33
requests_oauthlib
44
responses
55

6-
pytest>=2.8.7
7-
pytest-cov>=2.2.0
8-
pytest-runner>=2.6.2
9-
mccabe>=0.3.1
6+
pytest>=2.9.1
7+
pytest-cov>=2.2.1
8+
pytest-runner>=2.8
9+
mccabe>=0.4.0
1010
flake8>=2.5.2
11-
mock>=1.3.0
12-
coverage>=4.0.3
11+
mock>=2.00
12+
coverage>=4.1
1313
coveralls>=1.1
1414
codecov>=1.6.3
15-
check-manifest>=0.30
15+
check-manifest>=0.31

0 commit comments

Comments
 (0)