Skip to content

Commit aa3ed88

Browse files
author
Sébastien Verbois
committed
Moved from bootstrap-buildout.py to pip requirements.txt and removed old pinned versions
1 parent f98df66 commit aa3ed88

File tree

5 files changed

+14
-200
lines changed

5 files changed

+14
-200
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- 2.7
88
install:
99
- mkdir -p buildout-cache/{eggs,downloads}
10-
- python bootstrap-buildout.py --setuptools-version=8.3 -c travis.cfg
10+
- bin/pip install -r requirements.txt
1111
- bin/buildout -Nc travis.cfg
1212
script:
1313
- bin/test

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ Support
7474
You can find support on the freenode IRC channel #plomino or using the
7575
`GitHub issue tracker <https://github.com/plomino/Plomino/issues>`_
7676

77+
Development
78+
===========
79+
80+
::
81+
82+
git clone https://github.com/plomino/Plomino.git
83+
cd Plomino
84+
virtualenv -p python2.7 .
85+
./bin/pip install -r requirements.txt
86+
./bin/buildout
87+
7788
Tests
7889
=====
7990

bootstrap-buildout.py

-189
This file was deleted.

buildout.cfg

-10
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,4 @@ eggs = zest.releaser
6565

6666

6767
[versions]
68-
setuptools = 8.3
69-
zc.buildout = 2.2.5
70-
zc.recipe.egg = 2.0.1
7168

72-
flake8 = 2.3.0
73-
74-
robotframework = 2.8.4
75-
robotframework-ride = 1.3
76-
robotframework-selenium2library = 1.6.0
77-
robotsuite = 1.6.1
78-
selenium = 2.46.0

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
setuptools == 26.1.1
2+
zc.buildout == 2.5.3

0 commit comments

Comments
 (0)