Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5deb255

Browse files
authoredAug 2, 2018
Merge pull request #83 from mattsb42-aws/36to3
fix hard dependency on 3.6 in tox
2 parents 999e8fc + f48378a commit 5deb255

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ docs/build
1818
.mypy_cache
1919
.hypothesis
2020
.pytest_cache
21+
22+
#PyCharm
23+
.idea/

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ commands =
272272

273273
# Release tooling
274274
[testenv:park]
275-
basepython = python3.6
275+
basepython = python3
276276
skip_install = true
277277
deps =
278278
pypi-parker

0 commit comments

Comments
 (0)
Please sign in to comment.