Skip to content

Commit e68b84d

Browse files
authored
Merge pull request #128 from splitio/travis-INFRA-1047
TravisCI Migration
2 parents 0d7a510 + ea68c5e commit e68b84d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
3+
python:
4+
- "2.7"
5+
6+
services:
7+
- redis-server
8+
9+
install:
10+
- pip install --upgrade setuptools
11+
- pip install redis>=2.6
12+
- pip install jsonpickle>=0.9.3
13+
- pip install uwsgi>=2.0.0
14+
15+
script:
16+
- python setup.py nosetests

0 commit comments

Comments
 (0)