diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f258e04a..72f8685e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,9 +7,6 @@ jobs: steps: - checkout - run: - name: Install dependendencies - command: sudo apt-get update && sudo apt-get install python2.7-dev - - run: name: Run tox command: sudo pip install tox && tox - store_artifacts: |