Skip to content

Commit 32997bf

Browse files
author
Dan
committed
Updated travis config
1 parent c6d5bd4 commit 32997bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
cache: pip
33
sudo: false
4+
notifications:
5+
email: false
46
python:
57
- 2.6
68
- 2.7
@@ -13,7 +15,7 @@ matrix:
1315
before_install:
1416
- pip install -U pip setuptools
1517
install:
16-
- pip install -r requirements-dev.txt
18+
- pip install -r requirements_dev.txt
1719
script:
1820
- nosetests --with-coverage --cover-package=pssh
1921
- flake8 pssh

0 commit comments

Comments
 (0)