Skip to content

Commit

Permalink
for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Nov 21, 2018
1 parent 6e7b177 commit 12c48c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "3.6"
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install .
virtualenv:
system_site_packages: true
# command to run tests
#script:
# - pytest

0 comments on commit 12c48c0

Please sign in to comment.