Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf68b064

Browse files
committed
Stick to python3.6 for now.
1 parentef44e72 commitf68b064

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
matrix:
33
fast_finish:true
44
include:
5-
-name:rustunittests and doctests
5+
-name:Runrusttests
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 withrustfmt
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‎

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp