Skip to content

Commit

Permalink
tell travis-ci to test python 3.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jan 30, 2017
1 parent 76af121 commit 5fc887e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: python
python:
- "2.7"
- "3.6"
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
Expand Down

0 comments on commit 5fc887e

Please sign in to comment.