File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
2- cache : pip
32python : 2.7
43dist : trusty
54services :
@@ -8,4 +7,4 @@ env: TMPDIR=$PWD/tmp
87install :
98 - python setup.py install
109script :
11- - opsspace-test
10+ - package=workflowwebtools opsspace-test
Original file line number Diff line number Diff line change 1818 'templates/*' ]
1919 },
2020 install_requires = [
21- 'cmstoolbox' ,
21+ 'cmstoolbox>=0.11.3' ,
22+ 'more-itertools<6.0.0' ,
2223 'cherrypy<18.0.0' ,
2324 'mako' ,
2425 'numpy>=1.6.1' ,
Original file line number Diff line number Diff line change 4646import re
4747import textwrap
4848
49- from tabulate import tabulate
49+ from tabulate import tabulate # pylint: disable=import-error
5050
5151#
5252# These are the procedures listed on the WTC twiki:
Original file line number Diff line number Diff line change 1+ #pylint: skip-file
2+
13"""
24Module containing and returning information about workflows.
35
Original file line number Diff line number Diff line change 1+ # pylint: skip-file
2+
13"""
24Defines the class that runs the server
35"""
You can’t perform that action at this time.
0 commit comments