We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa5151 commit d24eba1Copy full SHA for d24eba1
.circleci/config.yml
@@ -13,13 +13,14 @@ jobs:
13
- run:
14
name: install dependencies
15
command: |
16
- pip install virtualenv
+ mkdir -p ./venv
17
+ virtualenv ./venv
18
. venv/bin/activate
19
20
name: run tests
21
22
-
23
+ # include tests when not dependent on KDC
24
deploy-to-s3:
25
docker:
26
- image: circleci/python:2.7.15
@@ -28,7 +29,6 @@ jobs:
28
29
30
31
32
33
pip install awscli
34
0 commit comments