Skip to content

Commit

Permalink
Travis: switch to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Jan 21, 2020
1 parent 03cd539 commit dc19117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: python
python: 2.7
python: 3.7
env:
- TOXENV=py27-django111-sqlite
- TOXENV=py27-django111-mysql
- TOXENV=py27-django111-postgres
- TOXENV=py37-django111-sqlite
- TOXENV=py37-django111-mysql
- TOXENV=py37-django111-postgres
# Meta
- TOXENV=project
cache:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27-django111-{sqlite,mysql,postgres},project
envlist = py37-django111-{sqlite,mysql,postgres},project
basepython = python
usedevelop = True
skipsdist = True
Expand Down

0 comments on commit dc19117

Please sign in to comment.