File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 34
34
- TOXENV=nose
35
35
- TOXENV=pytest27
36
36
- TOXENV=pytest26
37
+ - TOXENV=fakefactory052
38
+ - TOXENV=fakefactory053
39
+ - TOXENV=pytest26
37
40
38
41
install :
39
42
- ./scripts/install.sh
@@ -43,6 +46,10 @@ script:
43
46
44
47
matrix :
45
48
exclude :
49
+ - os : osx
50
+ env : TOXENV=fakefactory052
51
+ - os : osx
52
+ env : TOXENV=fakefactory053
46
53
- os : osx
47
54
env : TOXENV=pytest26
48
55
- os : osx
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def run_tests(self):
50
50
51
51
extras = {
52
52
'datetime' : ["pytz" ],
53
- 'fakefactory' : ["fake-factory== 0.5.2" ],
53
+ 'fakefactory' : ["fake-factory>= 0.5.2,<=0.5.3 " ],
54
54
'django' : ['pytz' , 'django>=1.7' ],
55
55
'numpy' : ['numpy>=1.9.0' ],
56
56
'pytest' : ['pytest>=2.7.0' ],
Original file line number Diff line number Diff line change @@ -19,6 +19,22 @@ commands =
19
19
bash scripts/basic-test.sh
20
20
21
21
22
+ [testenv:fakefactory052]
23
+ basepython =python3.5
24
+ deps =
25
+ pytest
26
+ commands =
27
+ pip install --no-use-wheel fake-factory ==0.5.2
28
+ python -m pytest tests/fakefactory
29
+
30
+ [testenv:fakefactory053]
31
+ basepython =python3.5
32
+ deps =
33
+ pytest
34
+ commands =
35
+ pip install --no-use-wheel fake-factory ==0.5.3
36
+ python -m pytest tests/fakefactory
37
+
22
38
[testenv:django17]
23
39
basepython =python3.4
24
40
commands =
You can’t perform that action at this time.
0 commit comments