summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-10-20 16:59:47 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-10-20 16:59:47 -0400
commit245023a913805a6f9f5583c79bec27557e7d7cd2 (patch)
treea442d30aa9c9b67b8ba02621f146589fe079f918 /.env
parent5404fee2332049f911e2be0127f154b3d79ad618 (diff)
downloadisort-245023a913805a6f9f5583c79bec27557e7d7cd2.tar.gz
Fix issue #50: Add support for vertical grid display mode, improve how enums are defined, and how output modes are processed
Diffstat (limited to '.env')
-rw-r--r--.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env b/.env
index d832236a..15c458d7 100644
--- a/.env
+++ b/.env
@@ -16,7 +16,7 @@ alias root="cd $PROJECT_DIR"
alias project="root; cd $PROJECT_NAME"
# Commands
-alias test="root; py.test"
+alias test="root; py.test -s"
alias install="_install_project"
alias distribute="sudo python setup.py sdist upload"
alias leave="_leave_project"