Skip to content

Commit 5c44458

Browse files
updated travis, try code coverage
1 parent 6d3602e commit 5c44458

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
language: python
22

33
# Default Python version is usually 2.7
4+
python: 3.5
5+
python: 3.6
46
python: 3.7
57

68
# Install ruby to get gem command
79
before_install:
10+
- python --version
11+
- pip install -U pip
12+
- pip install -U pytest
13+
- pip install codecov
814
- sudo apt-add-repository -y ppa:brightbox/ruby-ng
915
- sudo apt-get -y update
1016
- sudo apt-get -y install ruby-full
@@ -15,7 +21,7 @@ before_script:
1521

1622
install:
1723
- pip3 install -r requirements.txt
18-
- pip3 install coveralls
24+
#- pip3 install coveralls
1925

2026
script:
2127
- awesome_bot README.md --allow-dupe --allow-redirect
@@ -50,4 +56,4 @@ script:
5056
- python Algorithm_tests/sorting_tests/test_sorting.py
5157

5258
after_success:
53-
- coveralls
59+
#- coveralls

0 commit comments

Comments
 (0)