Skip to content

Commit

Permalink
Restore python2.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabellaleen committed Mar 29, 2019
1 parent 2db8fef commit a61580a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ language: python
matrix:
include:
# Python 2.7
# TODO Fix enum and add back tests for py27
# See https://github.com/graphql-python/graphene-sqlalchemy/pull/177
# - env: TOXENV=py27
# python: 2.7
- env: TOXENV=py27
python: 2.7
# Python 3.5
- env: TOXENV=py34
python: 3.4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pre-commit,py{34,35,36,37}-sql{11,12,13}
envlist = pre-commit,py{27,34,35,36,37}-sql{11,12,13}
skipsdist = true
minversion = 3.7.0

Expand Down

0 comments on commit a61580a

Please sign in to comment.