Skip to content

Commit

Permalink
Run tests for all installed versions of Python (#166).
Browse files Browse the repository at this point in the history
  • Loading branch information
witten authored and Gitea committed May 14, 2019
2 parents 869cccf + bb8b1e5 commit 096be14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1.3.4.dev0
* Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
# #166: Run tests for all installed versions of Python.
* #168: Update README with continuous integration badge.
* #169: Automatically sort Python imports in code.
* Document installing borgmatic with pip install --user instead of a system Python install.
Expand Down
7 changes: 0 additions & 7 deletions scripts/black

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/isort

This file was deleted.

7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py3
envlist = py35,py36,py37
skip_missing_interpreters = True
skipsdist = True
minversion = 3.10.0

Expand All @@ -11,8 +12,8 @@ install_command =
sh scripts/pip {opts} {packages}
commands =
pytest
sh scripts/black
sh scripts/isort
py36,py37: black --check .
isort --recursive --check-only --settings-path setup.cfg .
flake8 .

[testenv:black]
Expand Down

0 comments on commit 096be14

Please sign in to comment.