Skip to content

Commit

Permalink
Merge pull request #44 from JonathonReinhart/minor-cleanup
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
JonathonReinhart committed Feb 7, 2016
2 parents fc681f0 + 8339d48 commit 49aba94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions run_nosetests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm -f .coverage
nosetests -v \
--with-coverage \
--cover-inclusive \
Expand Down
4 changes: 0 additions & 4 deletions scuba/__main__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python2

# SCUBA - Simple Container-Utilizing Build Architecture
# (C) 2015 Jonathon Reinhart
# https://github.com/JonathonReinhart/scuba
Expand All @@ -14,8 +12,6 @@
import argparse
from tempfile import NamedTemporaryFile
import atexit
import pipes
import json

from .constants import *
from .config import find_config, load_config, ConfigError
Expand Down

0 comments on commit 49aba94

Please sign in to comment.