added: pip install to travis.yml

pull/1/head
Yusuke Shinyama 2014-06-14 11:16:50 +09:00
parent 582fbcbc1b
commit fe0ae545ec
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
install:
- pip install Crypto
script:
- make test