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 1
1
language : python
2
2
3
3
# Default Python version is usually 2.7
4
+ python : 3.5
5
+ python : 3.6
4
6
python : 3.7
5
7
6
8
# Install ruby to get gem command
7
9
before_install :
10
+ - python --version
11
+ - pip install -U pip
12
+ - pip install -U pytest
13
+ - pip install codecov
8
14
- sudo apt-add-repository -y ppa:brightbox/ruby-ng
9
15
- sudo apt-get -y update
10
16
- sudo apt-get -y install ruby-full
@@ -15,7 +21,7 @@ before_script:
15
21
16
22
install :
17
23
- pip3 install -r requirements.txt
18
- - pip3 install coveralls
24
+ # - pip3 install coveralls
19
25
20
26
script :
21
27
- awesome_bot README.md --allow-dupe --allow-redirect
@@ -50,4 +56,4 @@ script:
50
56
- python Algorithm_tests/sorting_tests/test_sorting.py
51
57
52
58
after_success :
53
- - coveralls
59
+ # - coveralls
You can’t perform that action at this time.
0 commit comments