Remove slowtests=false setting

It wasn't actually working because of tox, I also don't use this.
This commit is contained in:
Anthony Sottile 2017-11-02 15:48:43 -07:00
parent 3b10ef419d
commit 56fca92a42
4 changed files with 0 additions and 22 deletions

View file

@ -39,9 +39,6 @@ Alternatively, with the environment activated you can run all of the tests
using:
`py.test tests`
To skip the slower ruby / node integration tests, you can set the environment
variable `slowtests=false`.
### Setting up the hooks
With the environment activated simply run `pre-commit install`.