Skip to content

Commit

Permalink
use python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Aug 5, 2016
1 parent 035fc6a commit e8109bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: python
python: 3.4
python: 3.5
env:
- TOXENV=py34
- TOXENV=py35
- TOXENV=pep8

install:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py34,pep8
envlist = py35,pep8

[testenv]
deps =
-rrequirements.txt
commands = python check_https.py

[testenv:pep8]
basepython = python3.4
basepython = python3.5
deps = flake8
commands = flake8 check_https.py

Expand Down

0 comments on commit e8109bd

Please sign in to comment.