Update tests/README.md to add multiple Python versions

This commit is contained in:
Morgan Courbet 2017-07-05 21:41:07 +02:00
parent 7b39fa13a6
commit 9bca0b4897
No known key found for this signature in database
GPG key ID: 467299D324A21B24

View file

@ -7,7 +7,7 @@ Installing the test environment
### Debian-based distributions
```shell-session
$ sudo apt install pypy python-tox
$ sudo apt install pypy python2.7 python3.5 python3.6 python-tox
```
Running the tests