Skip to content

Commit f46ae41

Browse files
authored
Merge pull request #4592 from rtfd/humitos/travis/py3.6-tox
Run all our tests with Python 3.6 on Travis
2 parents bde0088 + d3fff4d commit f46ae41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ env:
77
- ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
88
matrix:
99
include:
10-
- python: 2.7
10+
- python: 3.6
1111
env: TOXENV=docs
1212
- python: 3.6
1313
env: TOXENV=docs-lint
14-
- python: 2.7
14+
- python: 3.6
1515
env: TOXENV=lint
1616
script: tox
17-
- python: 2.7
17+
- python: 3.6
1818
env: TOXENV=eslint
1919
cache:
2020
directories:

0 commit comments

Comments
 (0)