File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
- python :
3
- ' 2.7'
2
+ python : 2.7
4
3
5
4
env :
6
5
global :
@@ -30,6 +29,7 @@ before_install:
30
29
- sudo ln -s $HOME/.cache/apt /var/cache/apt/archives
31
30
# Setup ppa to make sure arm-none-eabi-gcc is correct version
32
31
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
32
+ - sudo add-apt-repository -y ppa:deadsnakes/ppa
33
33
# Loop until update succeeds (timeouts can occur)
34
34
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
35
35
@@ -72,14 +72,16 @@ matrix:
72
72
find -name "*.s" | tee BUILD/badasm |
73
73
sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
74
74
75
- - env :
76
- - NAME=tools
75
+ - &tools-pytest
76
+ env : NAME=tools-py2.7
77
+ python : 2.7
77
78
install :
78
79
# Install dependencies
79
80
- sudo apt-get install gcc-arm-embedded
80
81
- pip install -r requirements.txt
81
82
- pip install pytest pylint hypothesis mock coverage coveralls
82
83
# Print versions we use
84
+
83
85
- arm-none-eabi-gcc --version
84
86
- python --version
85
87
script :
@@ -94,6 +96,14 @@ matrix:
94
96
# Report success since we have overridden default behaviour
95
97
- bash -c "$STATUS" success "Local $NAME testing has passed"
96
98
99
+ # - <<: *tools-pytest
100
+ # env: NAME=tools-py3.5
101
+ # python: 3.5
102
+ #
103
+ # - <<: *tools-pytest
104
+ # env: NAME=tools-py3.6
105
+ # python: 3.6
106
+
97
107
- env :
98
108
- NAME=astyle
99
109
install :
You can’t perform that action at this time.
0 commit comments