https://github.com/astropy/astropy
Raw File
Tip revision: 552a2de83e23b89192a91b423eb69d35ef5424df authored by Erik Tollerud on 23 December 2016, 05:32:06 UTC
Preparing release v1.3
Tip revision: 552a2de
tox.ini
[tox]
envlist = {py27,py33,py34,py35}-{base,all}

[testenv]
deps =
    Cython
    pytest-xdist
    {py27,py33,py34,py35}-base: numpy
    {py27,py33,py34,py35}-all: -rpip-requirements-dev
commands = python setup.py test {posargs:--remote-data}
sitepackages = False
back to top