Skip to content

Commit 8807488

Browse files
committed
Format as travis cmdline wants it
1 parent ed114b8 commit 8807488

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.travis.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
language: python
22
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6-dev" # 3.6 development branch
6-
- "nightly"
7-
# command to install dependencies
8-
# PyYAML is a test dependency but Travis doesn't read tests_require from setup.py
3+
- '3.4'
4+
- '3.5'
5+
- 3.6-dev
6+
- nightly
97
install:
10-
- "python setup.py install"
11-
- "pip install PyYAML"
12-
- "pip install coverage"
13-
- "pip install coveralls"
14-
# command to run tests
8+
- python setup.py install
9+
- pip install PyYAML
10+
- pip install coverage
11+
- pip install coveralls
1512
script:
16-
# - "nosetests tests"
17-
- "coverage run --source=exchangelib setup.py test"
18-
after_success:
19-
coveralls
13+
- coverage run --source=exchangelib setup.py test
14+
after_success: coveralls

0 commit comments

Comments
 (0)