Skip to content

Commit

Permalink
update python version+pypi auth on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Feb 3, 2019
1 parent b647c0b commit fcff7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: python
python:
- '3.4'
- '3.6'
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=py36
- TOXENV=pep8
before_install:
- pip install -U coveralls pip pytest pytest-cov setuptools wheel tox
Expand All @@ -28,11 +27,11 @@ deploy:
skip_cleanup: true
distributions: "sdist bdist_wheel"
password:
secure: "cVQwCXY6QwnqduNMD363+mHA37mxJKagoEh2RVSj7hQJsQWnYH5bAZrwknrx71Ux+n+22aD12lCBZEnj2qDvG68zlV4L264nfXEJqTrMP2BQrKqepubkUcuCFogxWSY4MBMvQHyhyL3u3TEsawKEKlkd5dNhxN2A/AJf2Gl/RmY="
secure: "TZgH3BkDt3p5ZSk7AciN/VQ/Vcj1NHK+HseQbW7R7AiHV+9cH3JiRazdldu6B6XiJtf4lfr6792h/aqbzchFaBtLdU21BhL42RGu4rqC5z5Jo7u8ljcEyj8A6RKDTHptrafZkLKSHi0J2IswIVE7Csq6nFkrf0cluEStU40vGus="
on:
tags: true
repo: a-tal/ddate
condition: $TOXENV = py35
condition: $TOXENV = py36
- provider: releases
api_key:
secure: "A0yCB43R5JZxox/OLJePBNAjWgBIdjgXFMzBKiySaRdbVAAVix1JOd+2fHN6l+sKO+Yi3XPgwOmvnkz8QuMB4O2go+UGh2w+bM9WB+Lr3JA/z2eJjdyXMXqB15+jdVOLINstlHNEikJpnmCq9zvXAX+75pCnFj24EilmA8UbZAo="
Expand All @@ -41,4 +40,4 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: $TOXENV = py35
condition: $TOXENV = py36
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py34,py35,pypy,pep8
envlist = py26,py27,py34,py36,pep8
[testenv]
deps = pytest
commands = python setup.py test
Expand Down

0 comments on commit fcff7ad

Please sign in to comment.