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

Commit

Permalink
Merge pull request #367 from bear/update-requirements
Browse files Browse the repository at this point in the history
update requirement files to remove versions
  • Loading branch information
bear committed Jul 13, 2016
2 parents 456d04e + e05b8f8 commit 2e791f4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ pip-log.txt

# Unit test / coverage reports
.coverage
.codecov-token
.tox
htmlcov
.tox
nosetests.xml
htmlcov
coverage.xml

# PyCharm data
.idea
Expand Down
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dev: env
pip install -r requirements.testing.txt

info:
python --version
pyenv --version
pip --version
@python --version
@pyenv --version
@pip --version

clean:
rm -fr build
Expand All @@ -43,6 +43,9 @@ coverage: clean
coverage html
coverage report

ci: info coverage
CODECOV_TOKEN=`cat .codecov-token` codecov

build: clean
python setup.py check
python setup.py sdist
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ test:
- uname -a
- lsb_release -a
override:
- make coverage
- make ci
8 changes: 4 additions & 4 deletions requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
future>=0.15.2
requests>=2.10.0
requests-oauthlib>=0.6.1
sphinx>=1.4.1
future
requests
requests-oauthlib
sphinx
sphinx_rtd_theme
22 changes: 11 additions & 11 deletions requirements.testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ requests
requests_oauthlib
responses

pytest>=2.9.1
pytest-cov>=2.2.1
pytest-runner>=2.8
mccabe>=0.4.0
flake8>=2.5.2
mock>=2.00
six>=1.10.0
coverage>=4.1
coveralls>=1.1
codecov>=1.6.3
check-manifest>=0.31
pytest
pytest-cov
pytest-runner
mccabe
flake8
mock
six
coverage
coveralls
codecov
check-manifest

0 comments on commit 2e791f4

Please sign in to comment.