Skip to content

Commit

Permalink
integrate with Travis CI (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Sep 28, 2018
1 parent c26eabf commit 4fa9319
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
matrix:
include:
- language: python
python: 3.6
before_install:
- pip install aiohttp
script:
- cd ./test
- python ./self_test.py

notifications:
email: false

0 comments on commit 4fa9319

Please sign in to comment.