FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-future/.travis.yml at master · cattz/python-future · GitHub
cattz
/
python-future
Public
forked from
PythonCharmers/python-future
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-future
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (19 loc) · 706 Bytes
Breadcrumbs
python-future
/
.travis.yml
Copy path
File metadata and controls
25 lines (19 loc) · 706 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
language
:
python
python
:
-
"
3.4
"
-
"
3.3
"
-
"
2.7
"
-
"
2.6
"
sudo
:
false
#
command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
#
These packages only exist on Ubuntu 13.04 and newer:
#
No dependencies currently unless using Python 2.6.
install
:
-
if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
-
python setup.py install
#
command to run tests, e.g. python setup.py test
script
:
#
We might like to get out of the source directory before running tests to
#
avoid PYTHONPATH confusion? As an example, see here:
#
https://github.com/tornadoweb/tornado/blob/master/.travis.yml
-
python setup.py test
Back
|
FazBrowse Home
|
New Git URL