1 parent 035fc6a commit e8109bdCopy full SHA for e8109bd
2 files changed
.travis.yml
@@ -1,8 +1,8 @@
1
sudo: false
2
language: python
3
-python: 3.4
+python: 3.5
4
env:
5
- - TOXENV=py34
+ - TOXENV=py35
6
- TOXENV=pep8
7
8
install:
tox.ini
@@ -1,13 +1,13 @@
[tox]
-envlist = py34,pep8
+envlist = py35,pep8
[testenv]
deps =
-rrequirements.txt
commands = python check_https.py
9
[testenv:pep8]
10
-basepython = python3.4
+basepython = python3.5
11
deps = flake8
12
commands = flake8 check_https.py
13
0 commit comments