aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-12-10 11:56:34 -0700
committerCody Hiar <codyfh@gmail.com>2017-12-10 11:57:30 -0700
commit0248f11d4ab1b701a6e7eecd2476939ab554ad38 (patch)
tree379a7137fb6a874fc624fc3dc8bfc667f40b7c00
parent014630003f062891c45d23e5f22c4748dc14f7f5 (diff)
Make push in seaparate command.
Isort updated packages. Dasht in initial pull down
-rw-r--r--Makefile5
-rw-r--r--isort.cfg2
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7dc19f7..972f645 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ help:
setup: ## Clone down additional repos that are needed for building
git clone git@github.com:thornycrackers/.nvim.git nvim
git clone git@github.com:thornycrackers/vim-options.git
+ git clone https://github.com/sunaku/dasht
build: ## Build the base image
docker build -t thornycrackers/neovim .
- docker push $(IMAGENAME)
up: build ## Bring the container up
docker run -dP -v $(CURDIR):/root/app --name $(CONTAINERNAME) $(IMAGENAME) /bin/bash -c 'while true; do echo hi; sleep 1; done;'
@@ -25,3 +25,6 @@ enter: ## Enter the running container
clean: down ## Remove the image and any stopped containers
docker rm $(CONTAINERNAME) || echo 'No container to remove'
+
+push:
+ docker push $(IMAGENAME)
diff --git a/isort.cfg b/isort.cfg
index 5a82ffe..b2e7d48 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -8,4 +8,4 @@ default_section=FIRSTPARTY
skip=migrations
include_trailing_comma=True
# Because neovim runs in separate container, explicitly calling out third parties is needed
-known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat
+known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client,