Skip to content

Commit 04665f9

Browse files
authored
Merge pull request #36 from saxbophone/josh/6-setup-travis-ci
Setup Travis CI builds
2 parents 8a90e4f + 8f4433a commit 04665f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
- "pypy3.5"
9+
install:
10+
- make install-deps
11+
script:
12+
- make

0 commit comments

Comments
 (0)