Skip to content

Commit

Permalink
drop python 3.4 support, add python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Jan 15, 2019
1 parent 807d350 commit 7aea62a
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 7aea62a

Please sign in to comment.