Skip to content

Commit

Permalink
Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Aug 24, 2020
1 parent 5d5338a commit 4c22c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
before_install:
- pip install coveralls
install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def read(*parts):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
packages=find_packages(),
)
1 change: 1 addition & 0 deletions tests/unit/objects/test_invoice.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest

from quickbooks import QuickBooks
from quickbooks.objects import Ref
from quickbooks.objects.invoice import Invoice, DeliveryInfo


Expand Down

0 comments on commit 4c22c00

Please sign in to comment.