Merge pull request #107 from pubs/feat/travis-latest-python

Adds python 3.6 to travis build.
main
Olivier Mangin 7 years ago committed by GitHub
commit a2a70fab32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- "pip install -r tests/requirements.txt"

Loading…
Cancel
Save