Skip to content

Commit

Permalink
added python 3.7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Jan 4, 2019
1 parent 611ae44 commit 435c2a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sudo: required
matrix:
fast_finish: true
include:
- python: "3.6"
env: TOXENV=lint
- python: "2.7.13"
env: TOXENV=py27
- python: "3.4"
Expand All @@ -11,8 +13,8 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.6"
env: TOXENV=lint
- python: "3.7"
env: TOXENV=py37

cache:
directories:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35,36}, lint
envlist = py{27,34,35,36,37}, lint
skip_missing_interpreters = True

[testenv]
Expand All @@ -8,6 +8,7 @@ basepython =
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
setenv = PYTHONPATH = {toxinidir}:{toxinidir}/beacontools
extras =
scan
Expand Down

0 comments on commit 435c2a7

Please sign in to comment.