You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,20 @@ And if you're a madman you can run all the tests for all databases in parallel:
47
47
48
48
`docker-compose up`
49
49
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
+
50
64
#### Oracle
51
65
52
66
As usual Oracle is a bit more complex to set up. You need to download the latest `instantclient`**zip file**
0 commit comments