Skip to content

Commit

Permalink
fix minor travis bug so that only 1 version is deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Oct 13, 2020
1 parent f8f52b5 commit c011139
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: true
language: python
matrix:
include:
- python: 3.6
- python: 3.6.1
- python: 3.7
cache:
pip: true
Expand All @@ -25,4 +25,5 @@ deploy:
skip_existing: true
on:
tags: true
branch: master
branch: master
python: "3.6.1"

0 comments on commit c011139

Please sign in to comment.