Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
116 lines (79 loc) · 3.07 KB

README.rst

File metadata and controls

116 lines (79 loc) · 3.07 KB

Overview

docs Documentation Status
tests
package

An optimizaton model for Europe based on oemof.

  • Free software: BSD 3-Clause License

Installation

pip install fuchur

Documentation

https://fuchur.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox