nficano commited on
Commit
aada156
·
1 Parent(s): 471986f

added .travis.yaml

Browse files
Files changed (1) hide show
  1. .travis.yml +13 -0
.travis.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ language: python
2
+ python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.2"
6
+ - "3.3"
7
+ # command to install dependencies
8
+ install: "pip install -r tests/test_requirements.txt"
9
+ # command to run tests
10
+ script: nosetests
11
+ branches:
12
+ only:
13
+ - master