Skip to content

Commit

Permalink
Merge branch 'covid19'
Browse files Browse the repository at this point in the history
  • Loading branch information
citruz committed Jun 29, 2020
2 parents 960acc0 + 3475bec commit 89c1766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
sudo: required
os: linux
dist: bionic

matrix:
fast_finish: true
include:
- python: "3.6"
env: TOXENV=lint
- python: "2.7"
env: TOXENV=py27
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38

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

[testenv]
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
setenv = PYTHONPATH = {toxinidir}:{toxinidir}/beacontools
extras =
scan
Expand Down

0 comments on commit 89c1766

Please sign in to comment.