Commit 2d620018 by Calen Pennington

Add requirements files for each make target

parent d3943992
[pep8]
ignore=E501
exclude=.tox,doc
\ No newline at end of file
...@@ -5,10 +5,10 @@ branches: ...@@ -5,10 +5,10 @@ branches:
python: python:
- "2.7" - "2.7"
install: install:
- pip install tox
- pip install coveralls - pip install coveralls
- pip install sphinx - pip install -r docs-requirements.txt
- pip install -r doc/requirements.txt - pip install -r test-requirements.txt
- pip install -r quality-requirements.txt
script: script:
- make test docs quality - make test docs quality
after_success: after_success:
......
...@@ -5,8 +5,8 @@ docs: ...@@ -5,8 +5,8 @@ docs:
cd doc && make html cd doc && make html
quality: quality:
pep8 --exclude=.tox pep8
script/max_pylint_violations pylint edx_user_state_client
package: package:
python setup.py register sdist upload python setup.py register sdist upload
-r requirements.txt
-r doc/requirements.txt
-e .
git+https://github.com/edx/edx-lint.git@ed8c8d2a0267d4d42f43642d193e25f8bd575d9b#egg=edx_lint==0.2.3
git+https://github.com/edx/opaque-keys.git@df0dd602869e498e512659bb4bd243309e30e19a#egg=opaque-keys
...@@ -4,8 +4,7 @@ skip_missing_interpreters=true ...@@ -4,8 +4,7 @@ skip_missing_interpreters=true
[testenv] [testenv]
deps = deps =
git+https://github.com/edx/opaque-keys.git@df0dd602869e498e512659bb4bd243309e30e19a#egg=opaque-keys -rrequirements.txt
git+https://github.com/edx/edx-lint.git@ed8c8d2a0267d4d42f43642d193e25f8bd575d9b#egg=edx_lint==0.2.3
coverage coverage
nose nose
-e. -e.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment