Skip to content

Commit dc9fad2

Browse files
[build] Move tests to work with py37
Due to a dependency that uses py37 primatives we need to move the tests to that version. There are no features in python3.7 being used in the client bindings.
1 parent bccb00a commit dc9fad2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,25 @@ matrix:
8585
<<: *java
8686
- env: TOXENV=flake8
8787
<<: *python
88-
python: 3.6
88+
python: 3.7
8989
- env: TOXENV=docs
9090
<<: *python
91-
python: 3.6
91+
python: 3.7
9292
- env: BZL="test //py:unit"
9393
<<: *python
94-
python: 3.6
94+
python: 3.7
9595
- env: CHROME=1 BZL="test //py:test-chrome"
9696
<<: *python
9797
<<: *chrome
98-
python: 3.6
98+
python: 3.7
9999
- env: MARIONETTE=1 BZL="test --jobs 1 //py:test-remote"
100100
<<: *python
101101
<<: *firefox-nightly
102-
python: 3.6
102+
python: 3.7
103103
- env: MARIONETTE=1 BZL="test //py:test-firefox"
104104
<<: *python
105105
<<: *firefox-nightly
106-
python: 3.6
106+
python: 3.7
107107
- env: TASK=//rb:unit-test
108108
<<: *ruby
109109
- env: TASK=//rb:unit-test

0 commit comments

Comments
 (0)