We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d50c5b commit 95d8d7cCopy full SHA for 95d8d7c
tests/README.md
@@ -22,7 +22,7 @@ export PG_BIN=/path/to/pg/bin
22
```bash
23
# Set path to PostgreSQL and python version
24
export PATH=$PATH:/path/to/pg/bin
25
-export PYTHON=3 (or 2)
+export PYTHON=3 # (or 2)
26
27
# Run tests
28
./run_tests.sh
0 commit comments