Skip to content

Commit a61580a

Browse files
committed
Restore python2.7 testing
1 parent 2db8fef commit a61580a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: python
22
matrix:
33
include:
44
# Python 2.7
5-
# TODO Fix enum and add back tests for py27
6-
# See https://github.com/graphql-python/graphene-sqlalchemy/pull/177
7-
# - env: TOXENV=py27
8-
# python: 2.7
5+
- env: TOXENV=py27
6+
python: 2.7
97
# Python 3.5
108
- env: TOXENV=py34
119
python: 3.4

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pre-commit,py{34,35,36,37}-sql{11,12,13}
2+
envlist = pre-commit,py{27,34,35,36,37}-sql{11,12,13}
33
skipsdist = true
44
minversion = 3.7.0
55

0 commit comments

Comments
 (0)