This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-12
lines changed
Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ htmlcov
4040
4141# Environment
4242env
43+ .python-version
4344
4445violations.flake8.txt
4546
Original file line number Diff line number Diff line change 1+ 2016-05-25
2+ Going forward all changes will be tracked in docs/changelog.rst
3+
142015-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
Original file line number Diff line number Diff line change 11
2-
3-
42help :
53 @echo " env install all production dependencies"
64 @echo " dev install all dev and production dependencies (virtualenv is assumed)"
4038test :
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
Original file line number Diff line number Diff line change 11future>=0.15.2
2- requests>=2.9.1
2+ requests>=2.10.0
33requests-oauthlib>=0.6.1
4- sphinx>=1.3.6
4+ sphinx>=1.4.1
55sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ requests
33requests_oauthlib
44responses
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
1010flake8>=2.5.2
11- mock>=1.3.0
12- coverage>=4.0.3
11+ mock>=2.00
12+ coverage>=4.1
1313coveralls>=1.1
1414codecov>=1.6.3
15- check-manifest>=0.30
15+ check-manifest>=0.31
You can’t perform that action at this time.
0 commit comments