Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
misaelnieto committed Sep 5, 2017
2 parents 5b3c100 + f0d0d3d commit 1f71d49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: python
python:
- 2.7
install:
- virtualenv .
- bin/pip install -UIr requirements.txt
- python ./bootstrap.py
- bin/buildout
script:
- bin/test -v1
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[buildout]
newest = false
include-site-packages = false
develop = .
parts =
grokproject
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 1f71d49

Please sign in to comment.