Skip to content

Commit dcfca9e

Browse files
authored
Update README.md
1 parent d3d1595 commit dcfca9e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ And if you're a madman you can run all the tests for all databases in parallel:
4747

4848
`docker-compose up`
4949

50+
#### Database versions
51+
52+
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.
53+
54+
### Different Python versions
55+
56+
The `PYTHON_VERSION` environment variable customizes which version of Python you are running the tests against. e.g:
57+
58+
`PYTHON_VERSION=3.7 docker-compose run --rm sqlite`
59+
60+
You can also pull the pre-built image in the same way:
61+
62+
`PYTHON_VERSION=3.7 docker-compose pull sqlite`
63+
5064
#### Oracle
5165

5266
As usual Oracle is a bit more complex to set up. You need to download the latest `instantclient` **zip file**

0 commit comments

Comments
 (0)