File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed
Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
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
97install :
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
1512script :
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
You can’t perform that action at this time.
0 commit comments