-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ae89b5
commit 65c4988
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: python | ||
|
||
python: | ||
- 2.7 | ||
|
||
install: | ||
- pip install cython | ||
- pip install twisted | ||
- pip install jinja2 | ||
- pip install pillow | ||
- pip install pygeoip | ||
- pip install pycrypto | ||
- pip install pyasn1 | ||
|
||
script: | ||
- sh build.sh |
65c4988
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, awesome!