Skip to content

Commit 193edaa

Browse files
Add travis-ci to run tests
1 parent 951f142 commit 193edaa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
3+
python:
4+
- 3.5.1
5+
6+
cache: pip
7+
8+
install:
9+
- pip install -r requirements.txt
10+
11+
script:
12+
- py.test tests.py
13+

0 commit comments

Comments
 (0)