Skip to content

Commit 4c22c00

Browse files
committed
Fixed failing test.
1 parent 5d5338a commit 4c22c00

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 3.5
55
- 3.6
66
- 3.7
7+
- 3.8
78
before_install:
89
- pip install coveralls
910
install:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def read(*parts):
5151
'Programming Language :: Python :: 3.5',
5252
'Programming Language :: Python :: 3.6',
5353
'Programming Language :: Python :: 3.7',
54+
'Programming Language :: Python :: 3.8',
5455
],
5556
packages=find_packages(),
5657
)

tests/unit/objects/test_invoice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import unittest
22

33
from quickbooks import QuickBooks
4+
from quickbooks.objects import Ref
45
from quickbooks.objects.invoice import Invoice, DeliveryInfo
56

67

0 commit comments

Comments
 (0)