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

Commitc5bfa40

Browse files
committed
Add support python versions to travis config file
1 parent829232d commitc5bfa40

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎.travis.yml‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language:python
2+
python:
3+
-"2.7"
4+
-"3.4"
5+
-"3.5"
6+
-"3.6"# current default Python on Travis CI
7+
-"3.7"
8+
-"3.8"
29
install:
310
-pip install -r requirements.txt
411
script:
512
-./tests/run_tests
6-
after_success:
7-
codecov
8-
13+
after_success:codecov

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp