Skip to content

Commit

Permalink
Add tox support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed Nov 2, 2015
1 parent bddbb94 commit a5af69b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ MANIFEST
.coverage
*,cover
PyStanfordDependencies.egg-info/*
.tox/*
16 changes: 16 additions & 0 deletions tox.ini
@@ -0,0 +1,16 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy, jython

[testenv]
commands = nosetests -v --with-coverage --cover-package=StanfordDependencies
deps =
nose
jpype1
python-coveralls
asciitree
graphviz

0 comments on commit a5af69b

Please sign in to comment.