Skip to content

Commit a0e2e43

Browse files
committed
added python 3.8 travis test case
1 parent 59d8633 commit a0e2e43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cache: false
66

77
matrix:
88
include:
9-
- python: "3.6"
109
- python: "3.7"
10+
- python: "3.8"
1111
- python: "2.7"
1212

1313
addons:

module_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_adegtyarev_lib(self):
8989
h256 = _pystribog.StribogHash(256)
9090
h512 = _pystribog.StribogHash(512)
9191

92+
self.assertTrue( len(tdata)>=4 )
9293
for k,v in tdata.items():
9394
#print(v)
9495
h256.clear()

0 commit comments

Comments
 (0)