Skip to content

Commit 9594196

Browse files
Update fake-factory to faker
1 parent 73c0f34 commit 9594196

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pypandoc
55
# Dev
66
requests[security]>=2.9.1
77
nose2
8-
fake-factory
8+
faker

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ envlist =
66
py33
77
py34
88
py35
9+
py36
910
coverage
1011
skip_missing_interpreters = True
1112

@@ -15,7 +16,7 @@ setenv =
1516
deps =
1617
py26: importlib
1718
py26: unittest2
18-
fake-factory
19+
faker
1920
nose2
2021
passenv =
2122
ALGOLIA*
@@ -26,7 +27,7 @@ commands = nose2
2627
[testenv:coverage]
2728
basepython = python2.7
2829
deps =
29-
fake-factory
30+
faker
3031
nose2
3132
coverage
3233
passenv =
@@ -38,7 +39,7 @@ commands =
3839
[testenv:coveralls-py2]
3940
basepython = python2.7
4041
deps =
41-
fake-factory
42+
faker
4243
nose2
4344
coverage
4445
coveralls
@@ -53,7 +54,7 @@ commands =
5354
[testenv:coveralls-py3]
5455
basepython = python3.4
5556
deps =
56-
fake-factory
57+
faker
5758
nose2
5859
coverage
5960
coveralls

0 commit comments

Comments
 (0)