aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2018-06-18 07:08:30 -0400
committerTim Harder <radhermit@gmail.com>2018-06-18 07:49:38 -0400
commit82bbd9b8e5307f778d305c7790f1b9fb03d67060 (patch)
treeca7949cb96a56bcb4115963b2db2fa85b3139029 /README.rst
parentsetup: use pkgdist from snakeoil (diff)
downloadpkgcheck-82bbd9b8e5307f778d305c7790f1b9fb03d67060.tar.gz
pkgcheck-82bbd9b8e5307f778d305c7790f1b9fb03d67060.tar.bz2
pkgcheck-82bbd9b8e5307f778d305c7790f1b9fb03d67060.zip
moving to >=py36 only
Also, move tests out of module namespace and move to using pytest.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cd50c535..91052d06 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ environments just execute **tox** in the root directory of a repo or unpacked
tarball. Otherwise, for a specific python version execute something similar to
the following::
- tox -e py27
+ tox -e py36
Notes
=====