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

Commit

Permalink
Remove buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Sep 1, 2013
1 parent eef4f71 commit 3b7f2ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 302 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
bin
eggs
develop-eggs
dist
parts
.installed.cfg
*.pyc
*.egg-info
lextab.py
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- "pypy"

install:
- pip install unittest2 mock nose2
- python setup.py develop

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

notifications:
Expand Down
263 changes: 0 additions & 263 deletions bootstrap.py

This file was deleted.

29 changes: 0 additions & 29 deletions buildout.cfg

This file was deleted.

7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nose2
unittest2
mock

PyYAML

-e .

0 comments on commit 3b7f2ba

Please sign in to comment.