https://github.com/robotframework/RIDE
Raw File
Tip revision: aaff405b24d2aa57fb4b8a2eaa7ca85f28dd6b41 authored by HelioGuilherme66 on 19 July 2020, 18:33:25 UTC
Version 2.0b1
Tip revision: aaff405
tox.ini
[tox]
envlist = py{36,37,38}

[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