Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocong committed Sep 2, 2013
1 parent dcfda99 commit 2c0334c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
@@ -1,16 +1,18 @@
anguage: python
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to install dependencies
install:
- pip install coveralls
- "pip install -r requirements.txt --use-mirrors"
- "pip install coverage --use-mirrors"
- "pip install coveralls --use-mirrors"
# command to run tests
script:
- coverage run --source=uiautomator setup.py nosetests
- python setup.py sdist
- "coverage run --source=uiautomator setup.py nosetests"
- "python setup.py sdist"
# after success
after_success:
coveralls
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
tox==1.6.0

0 comments on commit 2c0334c

Please sign in to comment.