Skip to content

Commit

Permalink
the initial .yml file to wire up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft committed Feb 22, 2016
1 parent 119324e commit 28226e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: python
python:
- "2.7"
- "3.5"
script:
- export PYTHONPATH=$PATHONPATH:./src
- python -m unittest discover -s src/azure/cli/tests

0 comments on commit 28226e4

Please sign in to comment.