Skip to content

Commit a2ff32b

Browse files
committed
https://github.com/hasii2011/albow-python-3/issues/61
1 parent 22ed23d commit a2ff32b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ language: python
88
cache: pip
99

1010
python:
11-
- "3.7"
11+
- "3.8.5"
1212

1313
# command to install dependencies
1414
install:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pygame==1.9.6
1+
pygame==2.0.0.dev10
22
jsonpickle==1.4.1

test/TestResourceUtility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def testGetImageFail(self):
7676

7777
def getFullResourcePath(self, filename: str) -> str:
7878

79-
fqFileName:str = resource_filename(TestBase.RESOURCES_PACKAGE_NAME, filename)
79+
fqFileName: str = resource_filename(TestBase.RESOURCES_PACKAGE_NAME, filename)
8080

8181
return fqFileName
8282

0 commit comments

Comments
 (0)