Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NateShoffner committed Apr 18, 2015
1 parent 4ae89b5 commit 65c4988
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
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

1 comment on commit 65c4988

@noway
Copy link
Contributor

@noway noway commented on 65c4988 Apr 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, awesome!

Please sign in to comment.