Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active November 6, 2018 13:48
Show Gist options
  • Save constrict0r/72088f619fea3da15b78892558cf1597 to your computer and use it in GitHub Desktop.
Save constrict0r/72088f619fea3da15b78892558cf1597 to your computer and use it in GitHub Desktop.
Travis CI configuration.
language: python
python:
- "3.5"
install:
- python setup.py install
script:
- pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment