Skip to content

Commit

Permalink
[ci] Remove Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
strongly-typed committed Jul 24, 2019
1 parent c9c1b8f commit 00471ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
env
locale -a
python --version || true
python2 --version || true
python3 --version || true
which scons
scons --version
Expand Down Expand Up @@ -51,9 +50,7 @@ jobs:
- run:
name: Execute Python Scripts
command: |
python2 tools/scripts/authors.py --handles --count --shoutout --since 2017-01-01
python3 tools/scripts/authors.py --handles --count --shoutout --since 2017-01-01
python2 tools/xpcc_generator/builder/system_layout.py examples/xpcc/xml/communication.xml -o /tmp
python3 tools/xpcc_generator/builder/system_layout.py examples/xpcc/xml/communication.xml -o /tmp
- run:
name: Check for Trailing Whitespace
Expand Down

0 comments on commit 00471ca

Please sign in to comment.