Commit f0d009c1 by Sven Marnach

Configure Travis.

parent d5032dd7
language: python
python:
- 2.7
install:
- pip install -r test-requirements.txt
script:
- pep8 --max-line-length=100 activetable
- pylint activetable
- nosetests --with-coverage --cover-package=activetable tests/unit
notifications:
email: false
-e git+https://github.com/edx/XBlock.git@tag-master-2015-05-22#egg=XBlock
-e git+https://github.com/edx/xblock-utils.git@b4f9b51146c7fafa12f41d54af752b8f1516dffd#egg=xblock-utils
-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