Add travis ci config

This commit is contained in:
HelloZeroNet 2015-09-20 12:30:32 +02:00
parent e00537ba57
commit 66ac8760be
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__/
# Hidden files
.*
!/.gitignore
!/.travis.yml
# Data dir

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: python -m pytest src/Test