Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
fab60ae6
Commit
fab60ae6
authored
Jan 24, 2017
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more tests
parent
cd52da61
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
0 deletions
+17
-0
requirements.txt
test/fixtures/python2/requirements.txt
+1
-0
runtime.txt
test/fixtures/python2/runtime.txt
+1
-0
requirements.txt
test/fixtures/python3/requirements.txt
+1
-0
runtime.txt
test/fixtures/python3/runtime.txt
+1
-0
run
test/run
+13
-0
No files found.
test/fixtures/python2/requirements.txt
0 → 100644
View file @
fab60ae6
requests
\ No newline at end of file
test/fixtures/python2/runtime.txt
0 → 100644
View file @
fab60ae6
python-2.7.13
\ No newline at end of file
test/fixtures/python3/requirements.txt
0 → 100644
View file @
fab60ae6
requests
\ No newline at end of file
test/fixtures/python3/runtime.txt
0 → 100644
View file @
fab60ae6
python-3.6.0
\ No newline at end of file
test/run
View file @
fab60ae6
...
...
@@ -13,6 +13,19 @@ testPsycopg2() {
assertCapturedSuccess
}
testPython2
()
{
compile
"python2"
assertCaptured
"python-2.7.13"
assertCapturedSuccess
}
testPython3
()
{
compile
"python3"
assertCaptured
"python-3.6.0"
assertCapturedSuccess
}
pushd
$(
dirname
0
)
>
/dev/null
popd
>
/dev/null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment