Skip to content

Commit e750c4c

Browse files
author
Cameron Brandon White
committed
Updated travis to run test verbose
1 parent d2c27c6 commit e750c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ install:
66
- pip install -r requirements.txt
77
- pip install FreezeGun
88
# command to run tests
9-
script: nosetests --with-doctest
9+
script: nosetests --with-doctest -v
1010
notifications:
1111
irc: "irc.cat.pdx.edu#acm-dev"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if __name__ == "__main__":
1414
setuptools.setup(
1515
name="acmapi",
16-
version="0.2.0",
16+
version="0.2.1",
1717
description="",
1818
author="Cameron Brandon White",
1919
author_email="[email protected]",

0 commit comments

Comments
 (0)