Skip to content

Instantly share code, notes, and snippets.

@tecoholic
Created July 20, 2015 16:58
Show Gist options
  • Select an option

  • Save tecoholic/10358bd88df49720387e to your computer and use it in GitHub Desktop.

Select an option

Save tecoholic/10358bd88df49720387e to your computer and use it in GitHub Desktop.
language: python
python:
- 2.7
install:
- pip install -r requirements.txt
- nvm install 0.10
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- nosetests --with-coverage --cover-package=gluuwebui
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment