view tox.ini @ 56:5867e4a10fae

[doc] link to deeplearn.js
author Jeff Hammel <k0scist@gmail.com>
date Fri, 29 Sep 2017 10:00:31 -0700
parents 018c70393353
children
line wrap: on
line source

# https://tox.readthedocs.io/en/latest/
[tox]
envlist=py27,py35
[testenv]
commands=python setup.py test
deps = -rrequirements.txt