Added note about 'make clean-pyc'

This commit is contained in:
Troy McConaghy 2017-11-07 14:24:33 +01:00 committed by GitHub
parent 6cab2f26e9
commit e725c23691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ $ docker-compose -f docker-compose.rdb.yml run --rm bdb-rdb py.test -v
```
to rebuild all the images (usually you only need to rebuild the `bdb` and
`bdb-rdb` images).
`bdb-rdb` images). If that fails, then do `make clean-pyc` and try again.
## Automated Testing of All Pull Requests