Skip to content

Commit

Permalink
doc: Mention Travis CI under unit testing section
Browse files Browse the repository at this point in the history
Also fix typo in README.rst
  • Loading branch information
nworbmot committed Dec 6, 2017
1 parent 7e83c85 commit 747e0db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <doc/reslease_notes.rst>`_.
the `doc/release_notes.rst <doc/release_notes.rst>`_.



Expand Down
4 changes: 3 additions & 1 deletion doc/unit_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://travis-ci.org/PyPSA/PyPSA>`_.

0 comments on commit 747e0db

Please sign in to comment.