Skip to content

Commit 97837b7

Browse files
committed
Enable travis to run tests
Fixes #151. Pull request: #154
1 parent aaeea8a commit 97837b7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
sudo: required
5+
services:
6+
- docker
7+
env:
8+
- TEST_SUITE=tests.product.slider
9+
- TEST_SUITE=tests.product
10+
install:
11+
- pip install --upgrade pip==6.1.1
12+
- pip install -r requirements.txt
13+
script:
14+
- make clean lint docs test-all

0 commit comments

Comments
 (0)