Skip to content

Commit

Permalink
Use python 3.7 for lint and Django master tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jan 29, 2019
1 parent d2bd838 commit 6df3523
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
- '2.7'
- '3.4'
Expand All @@ -17,9 +16,9 @@ jobs:
sudo: required
- python: '3.6'
env: TOXENV=docs
- python: '3.6'
- python: '3.7'
env: TOXENV=djmaster
- python: '3.6'
- python: '3.7'
env: TOXENV=lint

- stage: publish
Expand Down

0 comments on commit 6df3523

Please sign in to comment.