We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d8633 commit a0e2e43Copy full SHA for a0e2e43
.travis.yml
@@ -6,8 +6,8 @@ cache: false
6
7
matrix:
8
include:
9
- - python: "3.6"
10
- python: "3.7"
+ - python: "3.8"
11
- python: "2.7"
12
13
addons:
module_tests.py
@@ -89,6 +89,7 @@ def test_adegtyarev_lib(self):
89
h256 = _pystribog.StribogHash(256)
90
h512 = _pystribog.StribogHash(512)
91
92
+ self.assertTrue( len(tdata)>=4 )
93
for k,v in tdata.items():
94
#print(v)
95
h256.clear()
0 commit comments