From 9cd485f73af434393b7e7e00f2734acd74dcfe5a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 6 Feb 2018 15:00:35 +0200 Subject: [PATCH] Correct tox.ini. --- tox.ini | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 9956802..95f637a 100644 --- a/tox.ini +++ b/tox.ini @@ -8,11 +8,18 @@ basepython = python2 deps = Fabric pelican -commands = - build: fab build - serve: fab reserve - publish: - fab publish - git push whitelist_externals = git + +[testenv:build] +commands = + fab build + +[testenv:serve] +commands = + fab reserve + +[testenv:publish] +commands = + fab publish + git push -- GitLab