File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
language : python
2
3
python :
3
- - " 2.7"
4
- - " 3.6"
4
+ - " 3.7"
5
+
6
+ services :
7
+ - xvfb
5
8
6
9
install :
7
10
- pip install coverage
@@ -10,8 +13,6 @@ install:
10
13
11
14
before_script :
12
15
- " export DISPLAY=:99.0"
13
- - " sh -e /etc/init.d/xvfb start"
14
- - sleep 3 # give xvfb some time to start
15
16
16
17
script :
17
18
- beams --help
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - PYTHON : " C:\\ Python27"
4
- - PYTHON : " C:\\ Python36"
3
+ - PYTHON : " C:\\ Python37"
5
4
6
5
build_script :
7
6
- ' %PYTHON%\python.exe -m pip install .'
Original file line number Diff line number Diff line change @@ -24,10 +24,9 @@ def main():
24
24
install_requires = install_requires ,
25
25
include_package_data = True ,
26
26
classifiers = [
27
- "Programming Language :: Python :: 2" ,
28
- "Programming Language :: Python :: 2.7" ,
29
27
"Programming Language :: Python :: 3" ,
30
28
"Programming Language :: Python :: 3.6" ,
29
+ "Programming Language :: Python :: 3.7" ,
31
30
"Topic :: Scientific/Engineering :: Bio-Informatics" ,
32
31
"Topic :: Scientific/Engineering :: Chemistry" ,
33
32
"Topic :: Utilities" ,
You can’t perform that action at this time.
0 commit comments