update readme to trigger travis

pull/2/head
danbjoseph 2018-03-13 11:12:01 -04:00
rodzic 0cfb9689d2
commit bb4484fa8c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -20,12 +20,14 @@ source venv/bin/activate
# install requirements # install requirements
pip install -r requirements.txt pip install -r requirements.txt
``` ```
More on [`virtualenv`](https://virtualenv.pypa.io/en/stable/). More on [`virtualenv`](https://virtualenv.pypa.io/en/stable/).
Use [`sphinx-autobuild`](https://github.com/GaretJax/sphinx-autobuild) to automatically watch for changes and rebuild the html site using: Use [`sphinx-autobuild`](https://github.com/GaretJax/sphinx-autobuild) to automatically watch for changes and rebuild the html site using:
``` ```
make livehtml make livehtml
``` ```
To stop the server press `Ctrl+C`. To stop the server press `Ctrl+C`.
### Travis-CI ### Travis-CI