mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Use Python 3.6 in .travil.yml
This commit is contained in:
parent
b0435d0b72
commit
f3d969c030
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -28,7 +28,7 @@ max-line-length=120
|
|||
exclude=build,venv,migrations,south_migrations,.tox
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3.5
|
||||
basepython = python3.6
|
||||
deps =
|
||||
flake8>=2.5.4
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Reference in a new issue