Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JungDev authored May 26, 2017
1 parent 161e0dd commit dbde0b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
language: python

python:
- "3.5"
- "3.4"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"

before_install:
- pip install codecov
Expand Down

0 comments on commit dbde0b1

Please sign in to comment.