File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11language : python
22
33# Default Python version is usually 2.7
4+ python : 3.5
5+ python : 3.6
46python : 3.7
57
68# Install ruby to get gem command
79before_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
1622install :
1723 - pip3 install -r requirements.txt
18- - pip3 install coveralls
24+ # - pip3 install coveralls
1925
2026script :
2127 - awesome_bot README.md --allow-dupe --allow-redirect
@@ -50,4 +56,4 @@ script:
5056 - python Algorithm_tests/sorting_tests/test_sorting.py
5157
5258after_success :
53- - coveralls
59+ # - coveralls
You can’t perform that action at this time.
0 commit comments