File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 - TOXENV=py33
1919 - TOXENV=py34
2020 - TOXENV=py35
21+ - TOXENV=py36
2122 - TOXENV=coveralls-py2
2223 - TOXENV=coveralls-py3
2324 - TOXENV=py27 APPENGINE_RUNTIME=python27
Original file line number Diff line number Diff line change 55# Dev
66requests [security ]>= 2.9.1
77nose2
8- fake-factory
8+ faker
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66 py33
77 py34
88 py35
9+ py36
910 coverage
1011skip_missing_interpreters = True
1112
@@ -15,7 +16,7 @@ setenv =
1516deps =
1617 py26: importlib
1718 py26: unittest2
18- fake-factory
19+ faker
1920 nose2
2021passenv =
2122 ALGOLIA*
@@ -26,7 +27,7 @@ commands = nose2
2627[testenv:coverage]
2728basepython = python2.7
2829deps =
29- fake-factory
30+ faker
3031 nose2
3132 coverage
3233passenv =
@@ -38,7 +39,7 @@ commands =
3839[testenv:coveralls-py2]
3940basepython = python2.7
4041deps =
41- fake-factory
42+ faker
4243 nose2
4344 coverage
4445 coveralls
@@ -53,7 +54,7 @@ commands =
5354[testenv:coveralls-py3]
5455basepython = python3.4
5556deps =
56- fake-factory
57+ faker
5758 nose2
5859 coverage
5960 coveralls
You can’t perform that action at this time.
0 commit comments