Skip to content

Commit

Permalink
Cleanup legacy code
Browse files Browse the repository at this point in the history
Signed-off-by: Lou Marvin Caraig <[email protected]>
  • Loading branch information
se7entyse7en committed Jun 27, 2020
1 parent 7a005f6 commit 875a94c
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 1,187 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[flake8]
max-complexity = 10
exclude = setup.py,.tox
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 1 addition & 3 deletions .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ order_by_type=True
lines_after_imports=2
indent=' '
atomic=True
known_docker=docker
known_first_party=pydockenv,tests
sections=STDLIB,THIRDPARTY,DOCKER,FIRSTPARTY,LOCALFOLDER
sections=STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section=THIRDPARTY
24 changes: 10 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.8"

services:
- docker

before_install:
- pip install .
# For some reason if this is not done before, the image won't be pulled.
# This is not required when running locally.
- docker pull alpine/socat:latest

script:
- python -m unittest discover
matrix:
include:
- language: go
script: echo "TO DO"
- language: python
before_script:
- pip install -r requirements-dev.txt
script:
- flake8
- isort -rc -c -vb
7 changes: 0 additions & 7 deletions pydockenv/__init__.py

This file was deleted.

119 changes: 0 additions & 119 deletions pydockenv/cli.py

This file was deleted.

13 changes: 0 additions & 13 deletions pydockenv/client.py

This file was deleted.

Empty file removed pydockenv/commands/__init__.py
Empty file.
48 changes: 0 additions & 48 deletions pydockenv/commands/dependency.py

This file was deleted.

Loading

0 comments on commit 875a94c

Please sign in to comment.