Skip to content

Commit

Permalink
Remove python 3.4, add python 3.6 test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jan 19, 2019
1 parent 6b0ca98 commit eb741cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ notifications:
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
# You may want to periodically update this, although the conda update
# conda line below will keep everything up-to-date. We do this
Expand Down

0 comments on commit eb741cd

Please sign in to comment.