mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
18 lines
351 B
INI
18 lines
351 B
INI
[tox]
|
|
envlist = py27,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
wheel
|
|
cython>=0.21
|
|
pip>=8.1.1
|
|
jsonschema
|
|
mock>=1.3.0
|
|
nose>=1.3.7
|
|
pytest
|
|
commands =
|
|
pip install -r requirements.txt
|
|
pip install -e .
|
|
python setup.py test
|
|
install_command=pip install --process-dependency-links --allow-external --allow-unverified {opts} {packages}
|