Skip to content

Commit

Permalink
chore: make it easier to test by adding tox
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Apr 27, 2020
1 parent ffb2937 commit f4f04a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
envlist = py27,py36,py37,py38

[testenv]
deps =
numpy

commands =
pip install -e .[test]
pytest -v -x test

0 comments on commit f4f04a4

Please sign in to comment.