Skip to content

Commit 99a0b7e

Browse files
author
Ryan P Kilby
committed
Merge pull request #68 from rpkilby/fix-travis-tests
Travis wasn't running any tests!!!
2 parents b43e556 + fc92861 commit 99a0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
install:
1515
- travis_retry pip install -q $DJANGO
1616
- pip install .
17-
script: python manage.py test rest_framework_filters
17+
script: python manage.py test
1818

1919
matrix:
2020
exclude:

0 commit comments

Comments
 (0)