Skip to content

Commit fd251ac

Browse files
authored
Merge pull request codecov#34 from Richienb/patch-1
Commented YAML and put version on one line
2 parents f36c4be + 9ae87e3 commit fd251ac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1+
# Disable sudo to speed up the build
12
sudo: false
23

4+
# Set the build language to Python
35
language: python
46

5-
python:
6-
- 2.7
7+
# Set the python version to 2.7
8+
python: 2.7
79

10+
# Install the codecov pip dependency
811
install:
912
- pip install codecov
1013

14+
# Run the unit test
1115
script:
1216
- coverage run tests.py
1317

18+
# Push the results back to codecov
1419
after_success:
1520
- codecov

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy