Commit 9ffd060a by Calen Pennington

Run tests on travis

parent 032098d9
language: python
branches:
only:
- master
python:
- "2.7"
install:
- pip install tox
- pip install coveralls
script:
- make test doc quality
after_success:
- coveralls
\ No newline at end of file
test:
tox
docs:
cd doc && make html
quality:
pep8 --exclude=.tox
script/max_pylint_violations
package:
python setup.py register sdist upload
git+https://github.com/edx/edx-lint.git@ed8c8d2a0267d4d42f43642d193e25f8bd575d9b#egg=edx_lint==0.2.3
[tox]
envlist = py27
skip_missing_interpreters=true
[testenv]
deps =
git+https://github.com/edx/opaque-keys.git@df0dd602869e498e512659bb4bd243309e30e19a#egg=opaque-keys
git+https://github.com/edx/edx-lint.git@ed8c8d2a0267d4d42f43642d193e25f8bd575d9b#egg=edx_lint==0.2.3
coverage
nose
-e.
commands = coverage run -m nose
\ No newline at end of file
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