Skip to content
Snippets Groups Projects
Commit 7b908aee authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Merge branch 'rav/test_36' into develop

parents 3b0e431c d1d54d60
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
matrix:
include:
- python: 2.7
env: TOX_ENV=packaging
- python: 2.7
env: TOX_ENV=pep8
- python: 2.7
env: TOX_ENV=py27
- python: 3.6
env: TOX_ENV=py36
install:
- pip install tox
......
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