diff --git a/.circleci/config.yml b/.circleci/config.yml index aa7fe97..cd82e1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,13 +3,13 @@ version: 2.0 jobs: build: docker: - - image: circleci/ruby:latest + - image: circleci/python:latest working_directory: ~/dotfiles steps: - checkout - - run: gem install puppet-lint - - run: puppet-lint modules/ -c .puppet-lint.rc - - run: puppet-lint manifests/ -c .puppet-lint.rc - run: - name: Checkout submodules - command: git submodule sync && git submodule update --init + command: | + sudo pip install pipenv + pipenv install + - run: pipenv run test + - run: pipenv run deploy -C