Skip to content

Commit ce86f41

Browse files
committed
move python tests to tests/python
1 parent 4012acf commit ce86f41

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

travis/pg-travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pip install $pip_packages
8888
sudo chmod a+w /var/run/postgresql/
8989

9090
# run python tests
91-
cd tests
91+
cd tests/python
9292
PG_CONFIG=$config_path python -m unittest partitioning_test || status=$?
9393

9494
set -u

0 commit comments

Comments
 (0)