Browse Source

Add travis ci config

HelloZeroNet 8 years ago
parent
commit
66ac8760be
2 changed files with 7 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 6 0
      .travis.yml

+ 1 - 0
.gitignore

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

+ 6 - 0
.travis.yml

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