Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / buildout.cfg @ e492d895

History | View | Annotate | Download (128 Bytes)

1
[buildout]
2
extends = buildenv/buildout.common.cfg
3
eggs += vigiboard
4

    
5
[nose]
6
eggs += vigiboard [tests]
7

    
8
# vim: set noexpandtab :