FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PythonMiniProbe/.travis.yml at master · PRTG/PythonMiniProbe · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PRTG
/
PythonMiniProbe
Public
Notifications
You must be signed in to change notification settings
Fork
50
Star
72
Code
Issues
10
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
PythonMiniProbe
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (28 loc) · 749 Bytes
Breadcrumbs
PythonMiniProbe
/
.travis.yml
Copy path
File metadata and controls
29 lines (28 loc) · 749 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
language
:
python
python
:
-
"
2.7
"
-
"
3.2
"
-
"
3.3
"
-
"
3.4
"
-
"
3.5
"
os
:
-
linux
matrix
:
allow_failures
:
-
python
:
"
3.2
"
-
python
:
"
3.3
"
-
python
:
"
3.4
"
-
python
:
"
3.5
"
branches
:
only
:
-
master
-
development
install
:
-
pip install --upgrade pip
-
if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -r requirements.txt; fi
-
if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install -r requirements3.txt; fi
-
if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install -r requirements3.txt; fi
-
if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r requirements3.txt; fi
-
if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then pip install -r requirements3.txt; fi
script
:
-
nosetests -v
Back
|
FazBrowse Home
|
New Git URL