Skip to content

Commit

Permalink
tests: use python3 for tests scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Jan 26, 2018
1 parent 2b73449 commit 9da9407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/lwip/tests/01-run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
Expand Down
2 changes: 1 addition & 1 deletion tests/xtimer_usleep/tests/01-run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8

Expand Down
2 changes: 1 addition & 1 deletion tests/xtimer_usleep_short/tests/01-run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
#
Expand Down

0 comments on commit 9da9407

Please sign in to comment.