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

Commit

Permalink
Merge pull request #408 from mozilla/add_moar_pythons
Browse files Browse the repository at this point in the history
Add Python 2.7.12 and 2.7.13 to CI coverage
  • Loading branch information
pwnbus committed Jul 7, 2017
2 parents d89fc38 + b7a89c6 commit 913fcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- '2.7.11'
- '2.7.12'
- '2.7.13'
before_install:
- ES_VERSION=2.4.4; curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/${ES_VERSION}/elasticsearch-${ES_VERSION}.deb && sudo dpkg -i --force-confnew elasticsearch-${ES_VERSION}.deb && sudo service elasticsearch restart
- sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime
Expand Down

0 comments on commit 913fcf6

Please sign in to comment.