From 78557c66f04f7a7d06c026d35056eb9964c157b7 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Wed, 1 Aug 2018 17:12:04 -0700 Subject: [PATCH 1/2] update gitignore to play well with PyCharm --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 From f48378a814ba09374211233fcc48d0a5dda23ae5 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Wed, 1 Aug 2018 17:12:24 -0700 Subject: [PATCH 2/2] remove hard dependency on 3.6 for park testenv --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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