aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test.ini')
-rw-r--r--tests/data/test.ini92
1 files changed, 46 insertions, 46 deletions
diff --git a/tests/data/test.ini b/tests/data/test.ini
index c293ceb..ec67f6e 100644
--- a/tests/data/test.ini
+++ b/tests/data/test.ini
@@ -1,47 +1,47 @@
-[cbc_cgi]
-local_server: true
-local_port: 8888
-local_sources: /srv/conda/sources
-protocol: http
-url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port}
-
-[package]
-name: test
-version: 1.0.0
-
-[about]
-home: http://example.com/${package:name}
-license: GPL
-summary: ${package:name} is a test package
-readme: README.md
-
-[source]
-fn: ${package:name}-${package:version}.tar.gz
-url: ${cbc_cgi:url}/${fn}
-
-[build]
-number: 1
-
-[requirements]
-build:
- python
- setuptools
-
-run:
- python
-
-
-[cbc_build]
-prefix: /usr/local
-win_prefix: c:\anaconda3\
-
-
-linux:
- python setup.py install || exit 1
-
-darwin:
- python setup.py install || exit 1
-
-windows:
- python setup.py install
+[cbc_cgi]
+local_server: true
+local_port: 8888
+local_sources: /srv/conda/sources
+protocol: http
+url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port}
+
+[package]
+name: test
+version: 1.0.0
+
+[about]
+home: http://example.com/${package:name}
+license: GPL
+summary: ${package:name} is a test package
+readme: README.md
+
+[source]
+fn: ${package:name}-${package:version}.tar.gz
+url: ${cbc_cgi:url}/${fn}
+
+[build]
+number: 1
+
+[requirements]
+build:
+ python
+ setuptools
+
+run:
+ python
+
+
+[cbc_build]
+prefix: /usr/local
+win_prefix: c:\anaconda3\
+
+
+linux:
+ python setup.py install || exit 1
+
+darwin:
+ python setup.py install || exit 1
+
+windows:
+ python setup.py install
if errorlevel 1 exit 1 \ No newline at end of file