Skip to content

Commit

Permalink
Merge pull request #107 from nicoddemus/deploy-fix
Browse files Browse the repository at this point in the history
Only try to deploy from Python 3.7
  • Loading branch information
Bachmann1234 committed May 31, 2019
2 parents ee9d329 + 32b354f commit 1fafebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
cache: pip
dist: xenial
matrix:
include:
- python: pypy3
Expand All @@ -8,8 +9,6 @@ matrix:
env: TOXENV=pypy
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.6
env: TOXENV=py36
- python: 3.5
Expand All @@ -31,3 +30,4 @@ deploy:
secure: bKbDC6D6Dg+fape6GLETBsslac7KscsyXihh/DgGuUyay/fpXr1rI0biq8SVR1pQ02SmZea/gECgyjH5mt2H5IVKgvxx79iY4IM5zEGp6XtveDlQ+fzEUBwRnSndsT9rtWV1szizQ6UIx8pBnt/A5bJgIEcUWj57ckt+IH0U0iM=
on:
tags: true
condition: "$TOXENV = py37"

0 comments on commit 1fafebc

Please sign in to comment.