Skip to content

Commit be87698

Browse files
cclaussbenjaminp
authored andcommitted
use python3.6 (#100)
1 parent 81bf321 commit be87698

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sudo: false
22
language: python
3-
python: 3.5
3+
python: 3.6
44
env:
5-
- TOXENV=py35
5+
- TOXENV=py36
66
- TOXENV=pep8
77

88
install:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py35,pep8
2+
envlist = py36,pep8
33

44
[testenv]
55
deps =
66
-rrequirements.txt
77
commands = python check_https.py
88

99
[testenv:pep8]
10-
basepython = python3.5
10+
basepython = python3.6
1111
deps = flake8
1212
commands = flake8 check_https.py
1313

0 commit comments

Comments
 (0)