Skip to content

Commit

Permalink
Update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Mar 6, 2024
1 parent 9d858eb commit f44526b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Python Seed App

Inspired by `MarshalJoe <https://github.com/MarshalJoe>`__

This is a simple skeleton for a generic Python (3.6) app. It comes
loaded with:
This is a simple skeleton for a generic Python app.
It comes loaded with:

- Project automation with
`tox <https://tox.readthedocs.io/en/latest/>`__
Expand All @@ -18,6 +18,7 @@ Get Started
-----------

You can fork the project and start your own with it.
You need to install tox `pip install tox` then run `tox` to install the dependencies.

The source files represents a hello world and can be removed / modified.

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py37
envlist = py
skipsdist = True

[testenv]
Expand All @@ -15,6 +15,5 @@ passenv = *
commands = pytest --cov=src tests/

[testenv:lint]
basepython=python3.7
# Use --disable=C0114 to disable specific rules
commands=pylint src --errors-only

0 comments on commit f44526b

Please sign in to comment.