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 e863a59
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
dist: trusty
sudo: false
sudo: true

language: python
python:
- 2.7
- 3.6

install:
- pip install tox
- pip install coveralls
#- pip install python-coveralls

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
- DJANGO=django18
- DJANGO=django19
- DJANGO=django110
- DJANGO=django111
- DJANGO=django20

script:
- tox -e $DJANGO-py${TRAVIS_PYTHON_VERSION//[.]/}

after_success:
- coveralls

0 comments on commit e863a59

Please sign in to comment.