Skip to content

Commit fcff7ad

Browse files
committed
update python version+pypi auth on travis
1 parent b647c0b commit fcff7ad

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
22
python:
3-
- '3.4'
3+
- '3.6'
44
env:
55
- TOXENV=py26
66
- TOXENV=py27
77
- TOXENV=py34
8-
- TOXENV=py35
9-
- TOXENV=pypy
8+
- TOXENV=py36
109
- TOXENV=pep8
1110
before_install:
1211
- pip install -U coveralls pip pytest pytest-cov setuptools wheel tox
@@ -28,11 +27,11 @@ deploy:
2827
skip_cleanup: true
2928
distributions: "sdist bdist_wheel"
3029
password:
31-
secure: "cVQwCXY6QwnqduNMD363+mHA37mxJKagoEh2RVSj7hQJsQWnYH5bAZrwknrx71Ux+n+22aD12lCBZEnj2qDvG68zlV4L264nfXEJqTrMP2BQrKqepubkUcuCFogxWSY4MBMvQHyhyL3u3TEsawKEKlkd5dNhxN2A/AJf2Gl/RmY="
30+
secure: "TZgH3BkDt3p5ZSk7AciN/VQ/Vcj1NHK+HseQbW7R7AiHV+9cH3JiRazdldu6B6XiJtf4lfr6792h/aqbzchFaBtLdU21BhL42RGu4rqC5z5Jo7u8ljcEyj8A6RKDTHptrafZkLKSHi0J2IswIVE7Csq6nFkrf0cluEStU40vGus="
3231
on:
3332
tags: true
3433
repo: a-tal/ddate
35-
condition: $TOXENV = py35
34+
condition: $TOXENV = py36
3635
- provider: releases
3736
api_key:
3837
secure: "A0yCB43R5JZxox/OLJePBNAjWgBIdjgXFMzBKiySaRdbVAAVix1JOd+2fHN6l+sKO+Yi3XPgwOmvnkz8QuMB4O2go+UGh2w+bM9WB+Lr3JA/z2eJjdyXMXqB15+jdVOLINstlHNEikJpnmCq9zvXAX+75pCnFj24EilmA8UbZAo="
@@ -41,4 +40,4 @@ deploy:
4140
skip_cleanup: true
4241
on:
4342
tags: true
44-
condition: $TOXENV = py35
43+
condition: $TOXENV = py36

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py34,py35,pypy,pep8
2+
envlist = py26,py27,py34,py36,pep8
33
[testenv]
44
deps = pytest
55
commands = python setup.py test

0 commit comments

Comments
 (0)