Skip to content

Commit eaf44e0

Browse files
author
Dan
committed
Update travis yaml file
1 parent 9c5453e commit eaf44e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
install:
65
- pip install -r requirements.txt
7-
- pip install coveralls
8-
script: nosetests --with-coverage --cover-package=pssh
6+
script: nosetests --with-coverage --cover-package=pssh tests
97
notifications:
108
email:
119
on_failure: change
1210
after_success:
11+
pip install coveralls
1312
coveralls

0 commit comments

Comments
 (0)