Skip to content

Commit

Permalink
Added multiple Python testing (Python3 and pypy)
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 23, 2015
1 parent 1b08e68 commit 5431b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
install:
- pip install pytest pytest-cov coveralls flake8
- pip install git+https://github.com/dittos/graphql-py.git # Last version of graphql-py
Expand Down

0 comments on commit 5431b7d

Please sign in to comment.