forked from aiidateam/reentry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
20 lines (17 loc) · 645 Bytes
/
tox.ini
File metadata and controls
20 lines (17 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py27,py36
[testenv]
whitelist_externals = test {toxinidir}/run_coveralls.sh
passenv = TRAVIS TRAVIS_*
setenv = REENTRY_DATADIR={env:TOX_REENTRY_DATADIR:{toxworkdir}/reentry_data}
# install a number of "fake" packages for testing
deps = .[dev]
.travis-tests/noreg-pkg
.travis-tests/host-pkg
.travis-tests/plugin-pkg
.travis-tests/noep-pkg
install_command = pip install --pre --find-links={toxinidir}/dist --no-cache-dir --log=tox-pip.log {opts} {packages}
commands = pytest --cov-report=term-missing --cov={envsitepackagesdir}/reentry
reentry-test-hooks
reentry scan
reentry-test-hooks --with-noreg