Skip to content

Commit

Permalink
Merge bab0cce into cfe77a3
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthv committed Feb 20, 2015
2 parents cfe77a3 + bab0cce commit 35580c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements.txt"
# command to run tests
script:
- "python --version"
- "pylint --version"
- "PYTHONPATH=./snapwatchd:./drivers pylint --rcfile=tests/pylintrc ./drivers/*.py"
- "cd drivers; nosetests --with-coverage -c ../.noserc ../tests/test_*.py"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock
xenapi
coveralls
pylint==1.2.0
pylint==1.2

0 comments on commit 35580c1

Please sign in to comment.