Skip to content

Commit

Permalink
Add requirements.txt for easy pip installs & Instead of specifying re…
Browse files Browse the repository at this point in the history
…quirements in travis, we use the requirements.txt file
  • Loading branch information
derekbekoe committed Feb 29, 2016
1 parent d270263 commit 6fd173d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ python:
- "2.7"
- "3.5"
install:
- pip install azure==2.0.0a1
- pip install mock==1.3.0
- pip install -r requirements.txt
script:
- export PYTHONPATH=$PATHONPATH:./src
- python -m unittest discover -s src/azure/cli/tests
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
azure==2.0.0a1
mock==1.3.0

0 comments on commit 6fd173d

Please sign in to comment.