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 # Hidden files
.* .*
!/.gitignore !/.gitignore
!/.travis.yml
# Data dir # 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