Skip to content

Commit

Permalink
dkpro#4 - Make this a proper python package
Browse files Browse the repository at this point in the history
- added tox config file to automate tests execution under different python versions
  • Loading branch information
mromanello authored and reckart committed Jun 1, 2018
1 parent 111c42b commit c342173
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
skipsdist = True
envlist = py35, py36

[testenv]
passenv=HOME
deps =
pipenv
commands=
python setup.py develop
python setup.py test

0 comments on commit c342173

Please sign in to comment.