Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 authored Oct 17, 2017
1 parent 5c7fd40 commit 9447c9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
dist: trusty

python:
- 2.7.9
- 2.7
- 3.5
- 3.6

install:
- travis_retry pip install --upgrade pip setuptools wheel
- setup.py install

sudo: false

0 comments on commit 9447c9d

Please sign in to comment.