diff --git a/.gitignore b/.gitignore index 9d10b622..49dd343e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ docs/build .mypy_cache .hypothesis .pytest_cache + +#PyCharm +.idea/ \ No newline at end of file diff --git a/tox.ini b/tox.ini index dc99adf7..43d3c72f 100644 --- a/tox.ini +++ b/tox.ini @@ -272,7 +272,7 @@ commands = # Release tooling [testenv:park] -basepython = python3.6 +basepython = python3 skip_install = true deps = pypi-parker