We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7964332 commit c4c029cCopy full SHA for c4c029c
script/test
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
3
+# TODO out of CI/container:
4
+# fd -g '*.pyc' -I | xargs rm
5
+# export PYTHONDONTWRITEBYTECODE=1
6
+
7
# The AWS_DEFAULT_REGION parameter determines the region used for SWF
8
# Leaving it to a value different than "us-east-1" would break moto,
9
# because moto.swf only mocks calls to us-east-1 region for now.
@@ -26,7 +30,7 @@ export SIMPLEFLOW_VCR_RECORD_MODE=none
26
30
# Disable jumbo fields
27
31
export SIMPLEFLOW_JUMBO_FIELDS_BUCKET=""
28
32
29
-# Prevent Travis from overriding boto configuration
33
+# Prevent CI from overriding boto configuration
34
export BOTO_CONFIG=/dev/null
35
36
PYTHON=${PYTHON:-python}
0 commit comments