Add a .travis.yml to test bcrypt via travis
This commit is contained in:
parent
a6f9d17a59
commit
3fcd0cd5ea
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "PyPy"
|
||||
install:
|
||||
- "pip install ."
|
||||
script:
|
||||
- py.test
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
Loading…
Reference in New Issue
Block a user