Skip to content

Commit 5431b7d

Browse files
committed
Added multiple Python testing (Python3 and pypy)
1 parent 1b08e68 commit 5431b7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
sudo: false
33
python:
44
- 2.7
5+
- 3.3
6+
- 3.4
7+
- 3.5
8+
- pypy
59
install:
610
- pip install pytest pytest-cov coveralls flake8
711
- pip install git+https://github.com/dittos/graphql-py.git # Last version of graphql-py

0 commit comments

Comments
 (0)