FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-future/.travis.yml at monkey_patching_stuff · Python-Repository-Hub/python-future · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
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
13 lines (13 loc) · 484 Bytes
Breadcrumbs
python-future
/
.travis.yml
Copy path
File metadata and controls
13 lines (13 loc) · 484 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
language
:
python
python
:
-
"
3.3
"
-
"
2.7
"
-
"
2.6
"
#
command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
#
These packages only exist on Ubuntu 13.04 and newer:
#
before_install:
#
- sudo apt-get install -qq libpython2.7-testsuite libpython3.3-testsuite
#
No dependencies currently unless using Python 2.6.
install
:
pip install -r requirements_py26.txt --use-mirrors
#
command to run tests, e.g. python setup.py test
script
:
python setup.py test
Back
|
FazBrowse Home
|
New Git URL