Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 613 Bytes

configuration.rst

File metadata and controls

30 lines (17 loc) · 613 Bytes

Configuration

riotfile.py

riot is configured using a single Python file called riotfile.py. This file is typically placed in the root directory of the project for ease of access.

A riotfile.py must define the following:

  • venv a Venv that declares how to build the virtual environments.

Note

By default, riot looks for riotfile.py in the current directory. It can also be named and located differently but then has to be specified with the --file option.

Venv

riot.riot.Venv