Skip to content

Commit

Permalink
Add Tox.ini for local package testing.
Browse files Browse the repository at this point in the history
Starfish tests do not work...
  • Loading branch information
jason-neal committed Sep 12, 2018
1 parent 71d90a8 commit c17962c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
envlist = py36
# ,py37

[testenv]
deps = pytest
hypothesis
cython
-rrequirements.txt
# https://github.com/iancze/Starfish/archive/master.zip#egg=Starfish

commands = pytest {posargs}
# substitute with tox' positional arguments

0 comments on commit c17962c

Please sign in to comment.