Skip to content

Commit

Permalink
Merge pull request #22 from gliptak/patch-1
Browse files Browse the repository at this point in the history
Add Python 3.6 to Travis
  • Loading branch information
tk0miya committed Oct 31, 2017
2 parents 9951ad7 + d9a7484 commit c81ded4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: python
python: 3.5
python: 3.6
env:
matrix:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=coverage
cache:
directories:
- $HOME/.cache/pip
before_install:
# work around https://github.com/travis-ci/travis-ci/issues/8363
- pyenv global system 3.5
install: pip install docutils tox
script: tox

0 comments on commit c81ded4

Please sign in to comment.