Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
dba403ee
Commit
dba403ee
authored
Jul 10, 2018
by
di68kap
Browse files
- refactoring of parser RE, Token finished!
parent
c0949822
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run.py
View file @
dba403ee
...
...
@@ -10,8 +10,8 @@ if __name__ == "__main__":
# print("Running nosetests:")
# os.system("nosetests test")
interpreters
=
[
'python '
,
'pypy3 '
,
'python37 '
]
#
interpreters = [r'C:\Users\di68kap\AppData\Local\Programs\Python\Python37-32\python.exe ']
#
interpreters = ['python ', 'pypy3 ', 'python37 ']
interpreters
=
[
r
'C:\Users\di68kap\AppData\Local\Programs\Python\Python37-32\python.exe '
]
for
interpreter
in
interpreters
:
os
.
system
(
interpreter
+
'--version'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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