Skip to content

Commit

Permalink
Merge pull request #10 from yugangw-msft/ci
Browse files Browse the repository at this point in the history
the initial .yml file to test travis ci
  • Loading branch information
yugangw-msft committed Feb 23, 2016
2 parents 119324e + 28226e4 commit c929bfc
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 c929bfc

Please sign in to comment.