Skip to content

Commit

Permalink
updated to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Feb 22, 2021
1 parent faa01d0 commit 74d8b19
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,7 +1,7 @@
language: python
python:
#- '2.7'
- '3.5'
- '3.6'
install:
- pip install -r requirements/base.txt
- pip install -r requirements/development.txt
Expand All @@ -19,7 +19,7 @@ deploy:
branch: release
tags: false
python: 3.5
condition: $TRAVIS_PYTHON_VERSION = "3.5"
condition: $TRAVIS_PYTHON_VERSION = "3.6"
env:
global:
- secure: eDsZz0hrnLpBmkFvHMeczHHjytOMJpOZMc21nVR/vRLnjZ7eLmXaklvdy3AQ5SJz+l1neVVihHNX6MyBJ0s63UKatLP7catl++yyqPj5/0C7C0a07ZvJHhUzqnEdYLNOMauy7p5rPMldLOiT1dgQlL1f1FG31BHJ5UkAnrhwvdU=
Expand Down

0 comments on commit 74d8b19

Please sign in to comment.