aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-10 14:44:33 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-10 14:44:33 +0200
commitb981ff6f986c892e62d731aa593a5eb00f9a908a (patch)
tree651f9c09014a3dd1e816def9ff259a357e224002 /.circleci
parent4be2e13c066fe5952b3a6339d27cd603e0fbaa18 (diff)
Improve dependency list (CircleCI)
Change-Id: I8bee760092a40b3143cfbdd7ae5277a7c8cc4b0b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 39d2db39..7892cb35 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependendencies
- command: sudo apt-get install python-dev python3.7-dev
+ command: sudo apt-get install python2.7-dev
- run:
name: Run tox
command: sudo pip install tox && tox