Skip to content

Commit

Permalink
updated the tox config file to remove Python 3.6 environment and cove…
Browse files Browse the repository at this point in the history
…rage

#354
  • Loading branch information
monocongo committed Jan 30, 2020
1 parent 137a986 commit af2f713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py36,py37,coverage
envlist = py37
;envlist = py36,py37,coverage

# Define the minimal tox version required to run; if the host
# tox is less than this the tool with create an environment and
Expand All @@ -23,4 +24,3 @@ commands =
python setup.py check -m -s
py.test tests {posargs}
codecov

0 comments on commit af2f713

Please sign in to comment.