Commit e2b9cfe
committed
Fixes sh
It looks like the `_env` keyword argument is acception dictionary only.
The error was:
```
TypeError: Invalid special arguments:
'env': env must be a dict. Got environ(...)
```
https://travis-ci.org/github/AndreMiras/python-for-android/jobs/680502683_env should be a dictionary1 parent 60c624f commit e2b9cfe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
0 commit comments