Skip to content

Commit f68b064

Browse files
committed
Stick to python3.6 for now.
1 parent ef44e72 commit f68b064

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
matrix:
33
fast_finish: true
44
include:
5-
- name: rust unittests and doctests
5+
- name: Run rust tests
66
language: rust
77
rust: stable
88
cache: cargo
@@ -28,18 +28,13 @@ matrix:
2828
- CODE_COVERAGE=false
2929
script: tests/.travis-runner.sh
3030

31-
- name: rustfmt
31+
- name: Check rust code style with rustfmt
3232
language: rust
3333
rust: stable
3434
cache: cargo
3535
before_script:
36-
- rustup component add rustfmt-preview
36+
- rustup component add rustfmt
3737
script:
38-
# Code references the generated python.rs, so put something in
39-
# place to make `cargo fmt` happy. (We use `echo` rather than
40-
# `touch` because rustfmt complains about the empty file touch
41-
# creates.)
42-
- echo > parser/src/python.rs
4338
- cargo fmt --all -- --check
4439
env:
4540
- JOBCACHE=3

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
vmImage: 'vs2017-win2016'
99
strategy:
1010
matrix:
11-
Python37:
12-
python.version: '3.7'
11+
Python36:
12+
python.version: '3.6'
1313
maxParallel: 10
1414

1515
steps:

0 commit comments

Comments
 (0)