FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/.travis.yml at master · chloebell593/python · GitHub
chloebell593
/
python
Public
forked from
kubernetes-client/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (36 loc) · 773 Bytes
Breadcrumbs
python
/
.travis.yml
Copy path
File metadata and controls
39 lines (36 loc) · 773 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
ref: https://docs.travis-ci.com/user/languages/python
language
:
python
dist
:
xenial
sudo
:
true
services
:
-
docker
matrix
:
include
:
-
python
:
2.7
env
:
TOXENV=py27
-
python
:
2.7
env
:
TOXENV=py27-functional
-
python
:
2.7
env
:
TOXENV=update-pycodestyle
-
python
:
2.7
env
:
TOXENV=docs
-
python
:
2.7
env
:
TOXENV=coverage,codecov
-
python
:
3.4
env
:
TOXENV=py34
-
python
:
3.5
env
:
TOXENV=py35
-
python
:
3.5
env
:
TOXENV=py35-functional
-
python
:
3.6
env
:
TOXENV=py36
-
python
:
3.6
env
:
TOXENV=py36-functional
-
python
:
3.7
env
:
TOXENV=py37
-
python
:
3.7
env
:
TOXENV=py37-functional
install
:
-
pip install tox
script
:
-
tox
Back
|
FazBrowse Home
|
New Git URL