Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
pyuci
Commits
c1e2e8cf
Verified
Commit
c1e2e8cf
authored
Jan 31, 2019
by
Karel Koci
🤘
Browse files
Drop Python 2 tests
We are going to drop Python 2 completely.
parent
dfe98e69
Pipeline
#44878
passed with stages
in 35 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c1e2e8cf
...
...
@@ -4,15 +4,7 @@ stages:
-
test
-
pages
python2
:
stage
:
test
before_script
:
-
pip install .
-
export LD_LIBRARY_PATH=/usr/local/lib
script
:
-
python -m pytest tests
python3
:
pytest
:
stage
:
test
before_script
:
-
pip3 install .
...
...
Karel Koci
🤘
@kkoci
mentioned in commit
03c71ec3
·
Feb 05, 2019
mentioned in commit
03c71ec3
mentioned in commit 03c71ec34c2f425235909bd0fa08bcdc583f56cc
Toggle commit list
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