Skip to content
Snippets Groups Projects
Commit 194b6259 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Travis config (#1674)

parent 5a2c33c1
No related branches found
No related tags found
No related merge requests found
sudo: false
language: python
python: 2.7
# tell travis to cache ~/.cache/pip
cache: pip
env:
- TOX_ENV=packaging
- TOX_ENV=pep8
- TOX_ENV=py27
install:
- pip install tox
script:
- tox -e $TOX_ENV
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment