aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:59:09 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:59:09 +0200
commitc488f5c056a8d6f867b58bd5b78fea2f46c43f66 (patch)
tree32beee354a216495d771edc00d85c11608d89dbb /README.rst
parentci: add pypy3.10 (diff)
downloadsnakeoil-c488f5c056a8d6f867b58bd5b78fea2f46c43f66.tar.gz
snakeoil-c488f5c056a8d6f867b58bd5b78fea2f46c43f66.tar.bz2
snakeoil-c488f5c056a8d6f867b58bd5b78fea2f46c43f66.zip
update python version in various places
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 570db727..6cc958e9 100644
--- a/README.rst
+++ b/README.rst
@@ -21,14 +21,14 @@ Installing from git::
Installing from a tarball::
- python setup.py install
+ pip install .
Tests
=====
-A standalone test runner is integrated in setup.py; to run, just execute::
+Normal pytest is used, just execute::
- python setup.py test
+ pytest
Using tox for all supported python versions::