Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Drop buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
John Carr committed Sep 2, 2013
1 parent 96f0641 commit 3b3c4ff
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 349 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.DS_Store
*.pyc
.installed.cfg
Yaybu.egg-info/
bin/
develop-eggs/
eggs/
./parts/
.yaybu
base-image/
distribute-0.6.10.tar.gz
venv
yaybu.wpr
wingdbstub.py
bin/
include/
lib/
local/
src/
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ python:
- "2.6"
- "2.7"

install:
- pip install unittest2 discover mock fakechroot nose2
- pip install https://github.com/yaybu/yay/zipball/master
- python setup.py develop

install: pip install -r requirements.txt
script: nose2

notifications:
Expand Down
24 changes: 10 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,26 +315,22 @@ in ``#yaybu``.

To get a development environment with required dependencies::

python bootstrap.py
bin/buildout

Then write a configuration file called ``Yaybufile``::

And run it with::

./bin/yaybu up


Running the tests
-----------------
virtualenv .
./bin/pip install -r requirements.txt

NOTE: Currently the testrunner will try and run a set of integration tests
against an ubuntu chroot. These tests are only run on ubuntu systems with the
following packages installed::

sudo apt-get install fakechroot fakeroot debootstrap cowdancer

To run the tests you can then::
To run the test::

./bin/nose2

Then write a configuration file called ``Yaybufile``::

./bin/test
And run it with::

./bin/yaybu up

13 changes: 0 additions & 13 deletions Vagrantfile

This file was deleted.

263 changes: 0 additions & 263 deletions bootstrap.py

This file was deleted.

48 changes: 0 additions & 48 deletions buildout.cfg

This file was deleted.

Loading

0 comments on commit 3b3c4ff

Please sign in to comment.