Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
sananth12 committed Feb 21, 2015
1 parent c883868 commit b165813
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
#install: pip install -r requirements.txt --use-mirrors
- "2.7"
install:
- pip install coveralls
# command to run tests
script:
- coverage run --source=image_scraper setup.py test
after_success:
coveralls
- "pip install ImageScraper"
- "pip install coveralls --use-mirrors"
script: "coverage run --source=image_scraper setup.py test"
after_success: "coveralls"
notifications:
email: false

0 comments on commit b165813

Please sign in to comment.