diff --git a/README.rst b/README.rst index b2a4e8148..7f4eefa45 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ well with large networks and long time series. As of 2017 PyPSA is under heavy development and therefore it is recommended to use caution when using it in a production environment. Some APIs may change - the changes in each PyPSA version are listed in -the `doc/release_notes.rst `_. +the `doc/release_notes.rst `_. diff --git a/doc/unit_testing.rst b/doc/unit_testing.rst index 0c3ec3e3a..b435e4fc5 100644 --- a/doc/unit_testing.rst +++ b/doc/unit_testing.rst @@ -7,4 +7,6 @@ Unit testing is performed with py.test. Tests can be found in pypsa/test/. -Power flow is tested against Pypower using its built-in cases. +Power flow is tested against Pypower (the Python implementation of MATPOWER) using its built-in cases. + +Unit testing of new GitHub commits is automated with `Travis CI `_.