Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakehouse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
snakehouse
Commits
1b1f7891
Commit
1b1f7891
authored
3 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
switch to travis
parent
931ced43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.circleci/config.yml
+0
-27
0 additions, 27 deletions
.circleci/config.yml
.travis.yml
+24
-0
24 additions, 0 deletions
.travis.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
25 additions
and
28 deletions
.circleci/config.yml
deleted
100644 → 0
+
0
−
27
View file @
931ced43
version
:
2.1
orbs
:
python
:
circleci/python@0.2.1
jobs
:
build-and-test
:
executor
:
python/default
steps
:
-
checkout
-
python/load-cache
-
python/install-deps
-
python/save-cache
-
run
:
command
:
|
sudo python setup.py install
name
:
Install snakehouse
-
run
:
command
:
|
cd example
DEBUG=1 python setup.py test
name
:
Test
workflows
:
main
:
jobs
:
-
build-and-test
This diff is collapsed.
Click to expand it.
.travis.yml
0 → 100644
+
24
−
0
View file @
1b1f7891
language
:
python
stages
:
-
name
:
test
cache
:
pip
before_script
:
-
python setup.py install
script
:
-
cd example
-
DEBUG=1 python setup.py test
jobs
:
include
:
-
stage
:
test
python
:
"
3.5"
-
stage
:
test
python
:
"
3.6"
-
stage
:
test
python
:
"
3.7"
-
stage
:
test
python
:
"
3.8"
-
stage
:
test
python
:
"
3.9"
-
stage
:
test
python
:
"
pypy3.5"
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
1b1f7891
snakehouse
==========
[

](https://
github
.com/smok-serwis/snakehouse)
[

](https://
travis-ci
.com/smok-serwis/snakehouse)
[

](https://codeclimate.com/github/smok-serwis/snakehouse)
[

](https://codeclimate.com/github/smok-serwis/snakehouse)
[

](https://pypi.python.org/pypi/snakehouse)
...
...
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