Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Moved travis build to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 25, 2019
1 parent f6d9da9 commit fb87831
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
dist: xenial
language: python
env:
- TOXENV=py27-django111
- TOXENV=py34-django111
- TOXENV=py34-django20
matrix:
include:
- python: 2.7
env: TOXENV=py27-django111
- python: 3.4
env: TOXENV=py34-django111
- python: 3.4
env: TOXENV=py34-django20
- python: 3.5
env: TOXENV=py35-django-111
- python: 3.5
Expand Down

0 comments on commit fb87831

Please sign in to comment.