FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-future/setup.sh at master · 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
/
setup.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
20 lines (15 loc) · 358 Bytes
Breadcrumbs
python-future
/
setup.sh
Copy path
File metadata and controls
executable file
·
20 lines (15 loc) · 358 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
#!
/bin/bash
set
-exo pipefail
version=
$1
pytag=
$2
if
[
$pytag
=
'
py33
'
]
;
then
pip3 install virtualenv==16.2.0
fi
source
/root/
$pytag
/bin/activate
if
[
$pytag
=
'
py26
'
]
;
then
pip install importlib
fi
pip install pytest unittest2
python setup.py bdist_wheel --python-tag=
$pytag
pip install dist/future-
$version
-
$pytag
-none-any.whl
pytest tests/
Back
|
FazBrowse Home
|
New Git URL