File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 2.7"
4
- - " 3.3"
5
- - " 3.4"
6
3
- " 3.5"
4
+ - " 3.6"
5
+ - " 3.7"
6
+ - " 3.8"
7
7
8
8
sudo : false
9
9
@@ -25,13 +25,13 @@ branches:
25
25
script :
26
26
- doit
27
27
- py.test
28
- - if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then coverage run `which py.test`; fi
28
+ - coverage run `which py.test`
29
29
30
30
after_success :
31
- - if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then coveralls; fi
31
+ - coveralls
32
32
33
33
34
34
notifications :
35
- email :
36
- on_success : change
37
- on_failure : change
35
+ email :
36
+ on_success : change
37
+ on_failure : change
Original file line number Diff line number Diff line change 30
30
'Natural Language :: English' ,
31
31
'Operating System :: OS Independent' ,
32
32
'Programming Language :: Python' ,
33
- 'Programming Language :: Python :: 2' ,
34
- 'Programming Language :: Python :: 2.7' ,
35
33
'Programming Language :: Python :: 3' ,
36
- 'Programming Language :: Python :: 3.3' ,
37
- 'Programming Language :: Python :: 3.4' ,
38
34
'Programming Language :: Python :: 3.5' ,
35
+ 'Programming Language :: Python :: 3.6' ,
36
+ 'Programming Language :: Python :: 3.7' ,
37
+ 'Programming Language :: Python :: 3.8' ,
39
38
'Topic :: Software Development :: Libraries' ,
40
39
]
41
40
)
You can’t perform that action at this time.
0 commit comments