Skip to content

Commit

Permalink
refactor: Travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bertonha authored and pennersr committed Jan 24, 2018
1 parent 941063c commit 3123c62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
sudo: false
language: python
python:
- "2.7"
- "3.6"
python: "3.6"
env:
matrix:
- TOX_ENV=py27-django111
- TOX_ENV=py36-django111
- TOX_ENV=py36-django20
matrix:
fast_finish: true
install:
- pip install tox
- pip install "coverage>=3.7.1" coveralls
Expand Down

0 comments on commit 3123c62

Please sign in to comment.