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