Skip to content

Instantly share code, notes, and snippets.

@jbn
Last active November 8, 2017 17:58
Show Gist options
  • Save jbn/3deabe7ffeb0c85a92b9089586461048 to your computer and use it in GitHub Desktop.
Save jbn/3deabe7ffeb0c85a92b9089586461048 to your computer and use it in GitHub Desktop.
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- "pip install -r requirements.txt"
- "pip install coveralls nose"
script:
- "coverage run --source=yourpackage setup.py nosetests"
- "./test_cli.sh"
after_success: coveralls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment