Skip to content

Commit 06e38b2

Browse files
committed
Start explicit list of test modules
1 parent 8255cd1 commit 06e38b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ install:
5252
script:
5353
- cd "$TRAVIS_BUILD_DIR/../django/tests"
5454
- pip install -r requirements/py3.txt
55-
- export TESTS_TO_RUN=$(grep -Iriw "sql\|db" . | grep test | grep "/.*/" | cut -d"/" -f2 | sort | uniq | grep -v gis_tests)
56-
- echo "Will run tests in following apps $TESTS_TO_RUN"
57-
- ./runtests.py --settings=testapp.settings $TESTS_TO_RUN
55+
- ./runtests.py --settings=testapp.settings \
56+
aggregation \
57+
aggregation_regress

0 commit comments

Comments
 (0)