mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Add Python 3.4 to Travis config.
This commit is contained in:
parent
d6d460d751
commit
2b0bc02004
|
@ -2,6 +2,7 @@ sudo: false
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
|
Loading…
Reference in New Issue
Block a user