Skip to content

Commit

Permalink
Added Python 3.4 and Python 3.5 to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tangochin committed Oct 29, 2018
1 parent 9848972 commit ba34ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO=1.10 DB=sqlite
Expand Down

0 comments on commit ba34ee5

Please sign in to comment.