Skip to content

Commit 928fd70

Browse files
committed
Revert "color test result"
This reverts commit 3263091.
1 parent 3263091 commit 928fd70

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

ChangeLog

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CHANGELOG
22

3-
2015-07-XX X.X.X
3+
2015-06-23
44
* Remove algolia_buildindex command. Use algolia_reindex instead.
55
* Change settings format. Last format is still supported.
66
* Add unit test.
7-
* Support tags.
8-
* Various bug fix.

tests/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,3 @@
6464
'INDEX_PREFIX': 'django' + os.getenv('TRAVIS_JOB_NUMBER', ''),
6565
'INDEX_SUFFIX': 'test'
6666
}
67-
68-
TEST_RUNNER='redgreenunittest.django.runner.RedGreenDiscoverRunner'

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ skip_missing_interpreters = True
88
deps =
99
django17: Django>=1.7,<1.8
1010
django18: Django>=1.8,<1.9
11-
redgreenunittest
1211
passenv =
1312
ALGOLIA*
1413
TRAVIS*
1514
commands = python runtests.py
1615

1716
[testenv:coverage]
1817
basepython = python2.7
19-
deps =
20-
redgreenunittest
21-
coverage
18+
deps = coverage
2219
passenv =
2320
ALGOLIA*
2421
TRAVIS*
@@ -29,7 +26,6 @@ commands =
2926
[testenv:coveralls]
3027
basepython = python2.7
3128
deps =
32-
redgreenunittest
3329
coverage
3430
coveralls
3531
passenv =

0 commit comments

Comments
 (0)