Skip to content

Commit

Permalink
[travis] Fixed InterpreterNotFound Travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Dec 8, 2017
1 parent d0b5abb commit 228a57e
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty
sudo: false
sudo: true

language: python

Expand All @@ -8,21 +8,20 @@ install:
- pip install coveralls
#- pip install python-coveralls

env:
matrix:
- TOXENV=django18-py27
- TOXENV=django18-py35
- TOXENV=django19-py27
- TOXENV=django19-py35
- TOXENV=django110-py27
- TOXENV=django110-py35
- TOXENV=django111-py27
- TOXENV=django111-py36
- TOXENV=django20-py36

script:
- tox

env:
- TOXENV=django17-py27
- TOXENV=django17-py33
- TOXENV=django18-py27
- TOXENV=django18-py34
- TOXENV=django19-py27
- TOXENV=django19-py35
- TOXENV=django110-py27
- TOXENV=django110-py35
- TOXENV=django111-py27
- TOXENV=django111-py36
- TOXENV=django20-py36

after_success:
- coveralls

0 comments on commit 228a57e

Please sign in to comment.