Commit 59fe574a authored by carlosperate's avatar carlosperate

First attempt at building with travis-ci

parent 0b896e2b
language: python
python:
- "2.7"
# Install wxPython and cefpython3
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y python-wxgtk2.8 python-wxtools wx2.8-i18n
- sudo wget https://www.dropbox.com/sh/zar95p27yznuiv1/AACGmGx08UMq8uEGDFlINFdwa/31.2/Linux/python-cefpython3_31.2-1_amd64.deb?dl=1
- sudo dpkg -i python-cefpython3_31.2-1_amd64.deb?dl=1
# command to run tests, e.g. python setup.py test
install: python package/build_linux.py
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