Skip to content
Snippets Groups Projects
Commit a1617046 authored by nimrod's avatar nimrod
Browse files

- Use tox environments instead of gloablly installed packages.

parent 74462df8
No related branches found
No related tags found
No related merge requests found
output/*
cache/*
output/
cache/
.cache/
.tox/
*.log
*.pyc
*~
~*
......
tox.ini 0 → 100644
[tox]
envlist = build
skipsdist = True
[testenv]
envdir = {toxinidir}/.tox/env
basepython = python2
deps =
Fabric
pelican
commands =
build: fab build
serve: fab build serve
publish: fab publish
publish: git push
whitelist_externals =
ssh
rsync
git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment