Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
d2dd2613
Commit
d2dd2613
authored
Oct 07, 2018
by
eckhart
Browse files
minor adjustments
parent
27a3a7da
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/XML/README.md
View file @
d2dd2613
...
...
@@ -9,7 +9,7 @@ Author: Eckhart Arnold <eckhart.arnold@posteo.de>
XML is open source software under the
[
Apache 2.0 License
](
https://www.apache.org/licenses/LICENSE-2.0
)
Copyright
YEAR AUTHOR'S NAME
<EMAIL>
, AFFILIATION
Copyright
2018 Eckhart Arnold
<arnold@badw.de>
, Bavarian Academy of Sciences and Humanities
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
test/run.py
View file @
d2dd2613
...
...
@@ -32,7 +32,7 @@ if __name__ == "__main__":
# print("Running nosetests:")
# os.system("nosetests test")
if
platform
.
system
()
!=
"Windows"
:
interpreters
=
[
'python '
,
'pypy3
'
,
'python37
'
]
interpreters
=
[
'python '
,
'pypy3 '
]
else
:
interpreters
=
[
'python.exe '
]
...
...
@@ -41,7 +41,7 @@ if __name__ == "__main__":
timestamp
=
time
.
time
()
with
concurrent
.
futures
.
Process
PoolExecutor
(
4
)
as
pool
:
with
concurrent
.
futures
.
Thread
PoolExecutor
(
4
)
as
pool
:
for
interpreter
in
interpreters
:
os
.
system
(
interpreter
+
'--version'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment