Tips and Tricks for the Python Testing Tool
http://hackebrot.github.io/pytest-tricks/
Now we need to install the dependecies for this site:
$ cd webpack
$ npm install
Using the lektor CLI we launch a server at http://127.0.0.1:5000
:
$ lektor server -f webpack
Changing the contents of the site automatically triggers a rebuild.
Commits to master
get deployed automatically by travis-ci.
Everyone interacting in the pytest-tricks project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.