Skip to content

Commit 8b691e6

Browse files
committed
MAINT: Adds a .travis.yml
1 parent cf3e5a3 commit 8b691e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
5+
install:
6+
- make requirements
7+
8+
before_script:
9+
- make style
10+
11+
script:
12+
- make test

0 commit comments

Comments
 (0)