mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
tox tests
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
include AUTHORS.txt
|
include AUTHORS.txt
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
|
include requirements.txt
|
||||||
|
include requirements-dev.txt
|
||||||
|
|
||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
recursive-exclude * __pycache__
|
recursive-exclude * __pycache__
|
||||||
|
|||||||
11
tox.ini
11
tox.ini
@@ -1,13 +1,16 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist = py27,py34,py35
|
||||||
py27
|
|
||||||
py35
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
wheel
|
||||||
|
pip>=8.1.1
|
||||||
jsonschema
|
jsonschema
|
||||||
mock>=1.3.0
|
mock>=1.3.0
|
||||||
nose>=1.3.7
|
nose>=1.3.7
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
py.test
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user