Skip to content

Commit 1a0e1bb

Browse files
authored
Fix pypy3, py3.7 and remove py33 (#99)
1 parent a248689 commit 1a0e1bb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
language: 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
1113
install:
1214
- pip install -e ".[test]"
1315
script:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)