Skip to content

Commit 60acd5a

Browse files
authored
Update README.md
1 parent dcfca9e commit 60acd5a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Then simply run:
3333
All arguments are passed to `runtests.py`. Before they are run all specific dependencies are
3434
installed (and cached across runs).
3535

36-
### Different databases
36+
## Different databases
3737

3838
Simply substitute `sqlite` for any supported database:
3939

@@ -51,7 +51,7 @@ And if you're a madman you can run all the tests for all databases in parallel:
5151

5252
You can customize the version of the database you test against by changing the appropriate `[db]_VERSION` environment variable. See the Configuration section below for the available options and their defaults.
5353

54-
### Different Python versions
54+
## Different Python versions
5555

5656
The `PYTHON_VERSION` environment variable customizes which version of Python you are running the tests against. e.g:
5757

@@ -61,7 +61,7 @@ You can also pull the pre-built image in the same way:
6161

6262
`PYTHON_VERSION=3.7 docker-compose pull sqlite`
6363

64-
#### Oracle
64+
## Oracle
6565

6666
As usual Oracle is a bit more complex to set up. You need to download the latest `instantclient` **zip file**
6767
[from this page](https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html) and place it inside the
@@ -78,12 +78,16 @@ And wait for it to initialize. Once it has, use ctrl+c to terminate it and execu
7878

7979
To run the test suite against it. All other databases support different versions, however Oracle does not.
8080

81-
### Utilities
81+
## Utilities
8282

8383
To run the docs spellchecker:
8484

8585
`docker-compose run --rm docs`
8686

87+
Or flake8:
88+
89+
`docker-compose run --rm flake8`
90+
8791
To enter a bash shell within the container, run:
8892

8993
`docker-compose run --rm --entrypoint bash [database]`

0 commit comments

Comments
 (0)