File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11language : python
2- python :
3- - 2.7
4- - 3.3
5- - 3.4
6- - 3.5
7- - 3.6
8- - 3.7
9- - pypy
10- - pypy3
2+ matrix :
3+ include :
4+ - python : 2.7
5+ - python : 3.4
6+ - python : 3.5
7+ - python : 3.6
8+ - python : 3.7
9+ dist : xenial
10+ sudo : true
11+ - python : pypy
12+ - python : pypy3
1113install :
1214 - pip install -e ".[test]"
1315script :
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ def get_version():
6262 'Programming Language :: Python :: 2' ,
6363 'Programming Language :: Python :: 2.7' ,
6464 'Programming Language :: Python :: 3' ,
65- 'Programming Language :: Python :: 3.3' ,
6665 'Programming Language :: Python :: 3.4' ,
6766 'Programming Language :: Python :: 3.5' ,
6867 'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments