Skip to content

Commit e8109bd

Browse files
committed
use python3.5
1 parent 035fc6a commit e8109bd

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.4
3+
python: 3.5
44
env:
5-
- TOXENV=py34
5+
- TOXENV=py35
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 = py34,pep8
2+
envlist = py35,pep8
33

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

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

0 commit comments

Comments
 (0)