Permalink
Cannot retrieve contributors at this time
Fetching contributors…

language: python | |
python: | |
- 2.7 | |
# On a 32-bit Ubuntu Linux 11.10 (server edition): | |
install: | |
- sudo apt-get install libboost-thread-dev libboost-system-dev libboost-python-dev libv8-dev python-virtualenv | |
- virtualenv --system-site-packages lpython | |
- lpython/bin/pip install -r requirements.txt | |
- lpython/bin/pip install -e . | |
script: | |
- lpython/bin/pyjstest | |
notifications: | |
irc: | |
channels: | |
- "irc.freenode.org#pyjs" | |
use_notice: true | |
skip_join: true |