8000 Adding python 3.5 to test targets; Changing distribution name to fire… · wlmgithub/firebase-admin-python@a706fff · GitHub
[go: up one dir, main page]

Skip to content

Commit a706fff

Browse files
authored
Adding python 3.5 to test targets; Changing distribution name to firebase_admin (firebase#11)
1 parent f033d26 commit a706fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'to integrate Firebase into their services and applications.')
1010

1111
setup(
12-
name='firebase',
12+
name='firebase_admin',
1313

1414
# Versions should comply with PEP440. For a discussion on single-sourcing
1515
# the version across setup.py and the project code, see

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27,py33,pypy,cover
7+
envlist = py27,py33,py35,pypy,cover
88

99
[testenv]
1010
commands = pytest

0 commit comments

Comments
 (0)
0