Use Python 3.6 by default

master
Jason R. Coombs 7 years ago
parent 5853c7e7e7
commit 746dd7999f
  1. 4
      .travis.yml

@ -2,7 +2,7 @@ sudo: false
language: python language: python
python: python:
- 2.7 - 2.7
- 3.5 - 3.6
install: install:
- pip install tox "setuptools>=28.2" - pip install tox "setuptools>=28.2"
script: script:
@ -16,7 +16,7 @@ deploy:
on: on:
tags: true tags: true
all_branches: true all_branches: true
python: 3.5 python: 3.6
user: jaraco user: jaraco
# supply password with `travis encrypt --add deploy.password` # supply password with `travis encrypt --add deploy.password`
distributions: dists distributions: dists

Loading…
Cancel
Save