Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zolfa-nd2reader
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo ZOLFANELLI
zolfa-nd2reader
Commits
e05e3f95
Commit
e05e3f95
authored
3 years ago
by
Ruben Verweij
Committed by
Lorenzo ZOLFANELLI
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove travis, migrate to github actions
parent
e6cc0ada
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+0
-34
0 additions, 34 deletions
.travis.yml
with
0 additions
and
34 deletions
.travis.yml
deleted
100644 → 0
+
0
−
34
View file @
e6cc0ada
env
:
global
:
-
CC_TEST_REPORTER_ID=8582900c285e4da0f253555b1bac1ba501bd6ff07850b0f227166b3cdac59ecc
language
:
python
git
:
depth
:
3
notifications
:
email
:
false
python
:
-
3.6
-
3.7
-
3.8
-
3.9
install
:
-
pip install --upgrade pip setuptools wheel
-
pip install --only-binary=numpy numpy
-
pip install -r requirements.txt
-
pip install 'coverage>=4.0,<4.4' --force-reinstall
# Upstream bug: https://github.com/nedbat/coveragepy/issues/578
before_script
:
-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
-
chmod +x ./cc-test-reporter
-
./cc-test-reporter before-build
-
python setup.py develop
# need to install to get version number
script
:
python ./test.py
after_script
:
-
./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment