Commit adaaaf7d by Tim Krones

Fix Travis build.

parent fc063d9c
...@@ -14,6 +14,6 @@ script: ...@@ -14,6 +14,6 @@ script:
- pylint drag_and_drop_v2 tests - pylint drag_and_drop_v2 tests
- python run_tests.py - python run_tests.py
notifications: notifications:
email: false email: false
addons: addons:
firefox: "36.0" firefox: "36.0"
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
pip install -e git://github.com/edx/xblock-sdk.git@4e8e713e7dd886b8d2eb66b5001216b66b9af81a#egg=xblock-sdk pip install -e git://github.com/edx/xblock-sdk.git@4e8e713e7dd886b8d2eb66b5001216b66b9af81a#egg=xblock-sdk
cd $VIRTUAL_ENV/src/xblock-sdk/ && pip install -r requirements/base.txt \ cd $VIRTUAL_ENV/src/xblock-sdk/ && pip install -r requirements/base.txt \
&& pip install -r requirements/test.txt && cd - && pip install -r requirements/test.txt && cd -
python setup.py develop pip install -r requirements.txt
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