Merge pull request #16 from edx-solutions/mjevtic/SOL-299
pep8 and pylint should be supported and runable on Travis; changed the t... merging to run on travis
Showing
.pep8
0 → 100644
.pylintrc
0 → 100644
| ... | @@ -2,7 +2,10 @@ | ... | @@ -2,7 +2,10 @@ |
| lxml | lxml | ||
| mock | mock | ||
| selenium | selenium | ||
| pep8 | |||
| pylint | |||
| coverage==3.7 | coverage==3.7 | ||
| coveralls | |||
| django==1.4.18 | django==1.4.18 | ||
| -e git+https://github.com/nosedjango/nosedjango.git@ed7d7f9aa969252ff799ec159f828eaa8c1cbc5a#egg=nosedjango-dev | -e git+https://github.com/nosedjango/nosedjango.git@ed7d7f9aa969252ff799ec159f828eaa8c1cbc5a#egg=nosedjango-dev | ||
| -e git+https://github.com/edx-solutions/xblock-utils.git#egg=xblock-utils | -e git+https://github.com/edx-solutions/xblock-utils.git#egg=xblock-utils | ||
| ... | ... |
Please
register
or
sign in
to comment