File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
3
- 2015-07-XX X.X.X
3
+ 2015-06-23
4
4
* Remove algolia_buildindex command. Use algolia_reindex instead.
5
5
* Change settings format. Last format is still supported.
6
6
* Add unit test.
7
- * Support tags.
8
- * Various bug fix.
Original file line number Diff line number Diff line change 64
64
'INDEX_PREFIX' : 'django' + os .getenv ('TRAVIS_JOB_NUMBER' , '' ),
65
65
'INDEX_SUFFIX' : 'test'
66
66
}
67
-
68
- TEST_RUNNER = 'redgreenunittest.django.runner.RedGreenDiscoverRunner'
Original file line number Diff line number Diff line change @@ -8,17 +8,14 @@ skip_missing_interpreters = True
8
8
deps =
9
9
django17: Django>=1.7,<1.8
10
10
django18: Django>=1.8,<1.9
11
- redgreenunittest
12
11
passenv =
13
12
ALGOLIA*
14
13
TRAVIS*
15
14
commands = python runtests.py
16
15
17
16
[testenv:coverage]
18
17
basepython = python2.7
19
- deps =
20
- redgreenunittest
21
- coverage
18
+ deps = coverage
22
19
passenv =
23
20
ALGOLIA*
24
21
TRAVIS*
@@ -29,7 +26,6 @@ commands =
29
26
[testenv:coveralls]
30
27
basepython = python2.7
31
28
deps =
32
- redgreenunittest
33
29
coverage
34
30
coveralls
35
31
passenv =
You can’t perform that action at this time.
0 commit comments