https://github.com/robotframework/RIDE
Raw File
Tip revision: bdb2f06cec224838f11d450d7e09ddbf71856c3c authored by HelioGuilherme66 on 15 January 2023, 17:05:54 UTC
Version 2.0b3
Tip revision: bdb2f06
tox.ini
[tox]
envlist = py{36,37,38,39}

[testenv]
setenv = APPDATA = {toxinidir}/AppData
description = Unit tests
deps = invoke
commands = pip install -r requirements-dev.txt
           pip install -r requirements.txt
           pip install .
           invoke test
back to top