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

Commit 08058b7

Browse files
author
Maxim Kochukov
committed
fix: travis for 3.7
1 parent 04f6607 commit 08058b7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎.travis.yml‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
2-
python:
3-
- "3.3"
4-
- "3.4"
5-
- "3.5"
6-
- "3.6"
7-
- "3.7"
8-
install:
9-
- pip install -r requirements.txt
2+
matrix:
3+
include:
4+
- python: 3.3
5+
- python: 3.4
6+
- python: 3.5
7+
- python: 3.6
8+
- python: 3.7
9+
dist: xenial
10+
sudo: true
1011
script:
1112
- pytest

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /