Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
53f0b989
Commit
53f0b989
authored
Apr 28, 2016
by
Daniel Brown
Browse files
update to test
parent
b926ef57
Pipeline
#834
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53f0b989
...
...
@@ -17,11 +17,13 @@ python_3:
-
kat -v
-
which python3
-
python3 --version
-
python3 test/run_tests.py
-
cd test
-
python3 run_tests.py
python_2
:
script
:
-
kat -v
-
which python2.7
-
python2.7 --version
-
python2.7 test/run_tests.py
\ No newline at end of file
-
cd test
-
python2.7 run_tests.py
\ No newline at end of file
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