aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-07 00:15:00 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-07 00:15:00 -0400
commit5ddb6b295109859ea4bc07ba6b75d3882fbf676b (patch)
treed27f490510ee07d4219a782fda575358c65d4039 /test
parent8198e9d35aa40678b1ee7dd20f95e29560d7b39e (diff)
downloadcbc-recipes-5ddb6b295109859ea4bc07ba6b75d3882fbf676b.tar.gz
cbc_cgi moved to internal configs. Missing newlines added.
Diffstat (limited to 'test')
-rw-r--r--test/test.ini15
1 files changed, 3 insertions, 12 deletions
diff --git a/test/test.ini b/test/test.ini
index c293ceb..6816222 100644
--- a/test/test.ini
+++ b/test/test.ini
@@ -1,10 +1,3 @@
-[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
@@ -39,9 +32,7 @@ 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
+ python setup.py install
+ if errorlevel 1 exit 1
+