Skip to content

Commit 4d01463

Browse files
committed
Update config files for setup and github
1 parent e51c84a commit 4d01463

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
3-
- "2.7"
4-
- "3.6"
4+
- "3.7"
5+
6+
services:
7+
- xvfb
58

69
install:
710
- pip install coverage
@@ -10,8 +13,6 @@ install:
1013

1114
before_script:
1215
- "export DISPLAY=:99.0"
13-
- "sh -e /etc/init.d/xvfb start"
14-
- sleep 3 # give xvfb some time to start
1516

1617
script:
1718
- beams --help

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
environment:
22
matrix:
3-
- PYTHON: "C:\\Python27"
4-
- PYTHON: "C:\\Python36"
3+
- PYTHON: "C:\\Python37"
54

65
build_script:
76
- '%PYTHON%\python.exe -m pip install .'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ def main():
2424
install_requires=install_requires,
2525
include_package_data=True,
2626
classifiers=[
27-
"Programming Language :: Python :: 2",
28-
"Programming Language :: Python :: 2.7",
2927
"Programming Language :: Python :: 3",
3028
"Programming Language :: Python :: 3.6",
29+
"Programming Language :: Python :: 3.7",
3130
"Topic :: Scientific/Engineering :: Bio-Informatics",
3231
"Topic :: Scientific/Engineering :: Chemistry",
3332
"Topic :: Utilities",

0 commit comments

Comments
 (0)