initial commit of configuration file for testing against Python3 (as well)

This commit is contained in:
Martin A. Brown 2016-03-14 22:27:57 -07:00
parent dfd65b43f3
commit c7b463f21c
1 changed files with 12 additions and 0 deletions

12
tox.ini Normal file
View File

@ -0,0 +1,12 @@
# 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 = py27, py34
[testenv]
commands = {envpython} setup.py test
deps =
networkx