Skip to content

Commit b165813

Browse files
committed
travis update
1 parent c883868 commit b165813

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
# command to install dependencies
6-
#install: pip install -r requirements.txt --use-mirrors
3+
- "2.7"
74
install:
8-
- pip install coveralls
9-
# command to run tests
10-
script:
11-
- coverage run --source=image_scraper setup.py test
12-
after_success:
13-
coveralls
5+
- "pip install ImageScraper"
6+
- "pip install coveralls --use-mirrors"
7+
script: "coverage run --source=image_scraper setup.py test"
8+
after_success: "coveralls"
9+
notifications:
10+
email: false

0 commit comments

Comments
 (0)