Beginning to use Travis CI.
This commit is contained in:
parent
22e6a44a6d
commit
8e189d0c4c
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: python
|
||||
|
||||
virtualenv:
|
||||
system_site_packages: false # default, just making explicit
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
pip install -r requirements.txt
|
||||
|
||||
# script:
|
||||
# pytest
|
Reference in New Issue
Block a user