Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Fix #16: Remove Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed May 29, 2019
1 parent 0d239a9 commit d5ad4b6
Show file tree
Hide file tree
Showing 18 changed files with 1,315 additions and 3,691 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Local node installation
node_modules/
.docker-build
packaged
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
language: generic

services:
- docker
language: node_js
node_js: stable

git:
depth: false

before_install:
- make build

script:
- make jslint
- make lint
- make validate
depth: false
24 changes: 0 additions & 24 deletions Makefile

This file was deleted.

Empty file removed code/python/stump/__init__.py
Empty file.
4 changes: 0 additions & 4 deletions code/python/stump/constants.py

This file was deleted.

Empty file removed code/python/stump/core/__init__.py
Empty file.
79 changes: 0 additions & 79 deletions code/python/stump/core/base.py

This file was deleted.

36 changes: 0 additions & 36 deletions code/python/stump/core/document.py

This file was deleted.

27 changes: 0 additions & 27 deletions code/python/stump/core/meta.py

This file was deleted.

68 changes: 0 additions & 68 deletions code/python/stump/core/prose.py

This file was deleted.

26 changes: 0 additions & 26 deletions code/python/stump/core/recipe.py

This file was deleted.

91 changes: 0 additions & 91 deletions docker/Dockerfile

This file was deleted.

Loading

0 comments on commit d5ad4b6

Please sign in to comment.