Skip to content

Commit

Permalink
travis: update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 5, 2020
1 parent 64ec4b4 commit e30a0f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
notifications:
email: false

sudo: false

language: python

cache:
Expand All @@ -23,8 +21,8 @@ env:
- REQUIREMENTS=devel

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

matrix:
fast_finish: true
Expand Down Expand Up @@ -56,5 +54,5 @@ deploy:
distributions: "compile_catalog sdist bdist_wheel"
on:
tags: true
python: "2.7"
python: "3.6"
condition: $REQUIREMENTS = release

0 comments on commit e30a0f7

Please sign in to comment.