Skip to content

Commit

Permalink
Merge pull request pytoolz#488 from medecau/add-tox
Browse files Browse the repository at this point in the history
Add tox config
  • Loading branch information
eriknw authored Sep 21, 2020
2 parents ab8fd84 + e69c164 commit 03b3715
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tox]
envlist =
py35
py36
py37
py38
py39
pypy3

skip_missing_interpreters = true


[testenv]
deps = pytest
commands = py.test {posargs}

0 comments on commit 03b3715

Please sign in to comment.