Get a basic pytest CI in there.

This commit is contained in:
Luke Murphy
2018-04-08 22:22:31 +02:00
parent 8f544992cd
commit 314a32eed6
6 changed files with 54 additions and 0 deletions

View File

@ -2,3 +2,13 @@
[![Translation](http://translate.ojuso.org/widgets/platform/-/svg-badge.svg)](http://translate.ojuso.org/engage/platform/?utm_source=widget)
Kickass map for the Ojuso Project
# Run The Tests
```bash
$ cat system-requirements.txt | sudo apt-get install -y
$ pip install -r test_requirements.txt
$ pytest
```
Please note, the system dependencies have only been tested on Debian Stretch.