diff --git a/.circleci/config.yml b/.circleci/config.yml index 50fc8e4..4ed6ddb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,12 @@ jobs: steps: - checkout + - run: + name: git, python + command: | + apt-get update + apt-get --yes install python git + - run: name: emacs25-nox command: |