Skip to content

Commit

Permalink
Move pypi deployment to py36 env (#46)
Browse files Browse the repository at this point in the history
pypi deployment scripts require py36 as minimum,
let's move deployment to py36 env.
  • Loading branch information
rbikar committed May 18, 2021
1 parent f876cb3 commit 556717b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,9 +10,9 @@ install: pip install tox
matrix:
include:
- python: "2.7"
env: TOX_ENV=cov-travis DEPLOY=1
env: TOX_ENV=cov-travis
- python: "3.6"
env: TOX_ENV=py36
env: TOX_ENV=py36 DEPLOY=1

script: tox -e $TOX_ENV

Expand Down

0 comments on commit 556717b

Please sign in to comment.