Skip to content

Commit 112a4d2

Browse files
author
Kareem Zidane
committed
up python version in tests
1 parent a6635c3 commit 112a4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.4'
4+
- '3.6'
55
branches:
66
except: "/^v\\d/"
77
services:
@@ -20,7 +20,7 @@ after_script: rm -f test.db
2020
jobs:
2121
include:
2222
- stage: deploy
23-
python: '3.4'
23+
python: '3.6'
2424
install: skip
2525
before_script: skip
2626
script: skip

0 commit comments

Comments
 (0)