File tree 5 files changed +14
-200
lines changed
5 files changed +14
-200
lines changed Original file line number Diff line number Diff line change 7
7
- 2.7
8
8
install :
9
9
- 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
11
11
- bin/buildout -Nc travis.cfg
12
12
script :
13
13
- bin/test
Original file line number Diff line number Diff line change @@ -74,6 +74,17 @@ Support
74
74
You can find support on the freenode IRC channel #plomino or using the
75
75
`GitHub issue tracker <https://github.com/plomino/Plomino/issues >`_
76
76
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
+
77
88
Tests
78
89
=====
79
90
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -65,14 +65,4 @@ eggs = zest.releaser
65
65
66
66
67
67
[versions]
68
- setuptools = 8.3
69
- zc.buildout = 2.2.5
70
- zc.recipe.egg = 2.0.1
71
68
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
Original file line number Diff line number Diff line change
1
+ setuptools == 26.1.1
2
+ zc.buildout == 2.5.3
You can’t perform that action at this time.
0 commit comments