Add test instructions

This commit is contained in:
Morgan Courbet 2017-06-11 21:05:34 +02:00
parent 78818b90cd
commit 912f7d9e01
No known key found for this signature in database
GPG key ID: 467299D324A21B24

18
tests/README.md Normal file
View file

@ -0,0 +1,18 @@
Testing
=======
Installing the test environment
-------------------------------
### Debian-based distributions
```shell-session
$ sudo apt install pypy python-tox
```
Running the tests
-----------------
```shell-session
$ make test
```