Skip to content

Commit b7f3b17

Browse files
committed
Also run tests on 3.5
1 parent 306a239 commit b7f3b17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
machine:
22
python:
3-
version: 3.4.3
3+
version: 3.4.4
4+
version: 3.5.1
45

56
database:
67
pre:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def list_modules(dirname):
6868

6969
'Programming Language :: Python :: 3',
7070
'Programming Language :: Python :: 3.4',
71+
'Programming Language :: Python :: 3.5',
7172
],
7273
keywords='psycopg postgis gis',
7374
packages=find_packages(exclude=['tests']),

0 commit comments

Comments
 (0)