Skip to content

Commit

Permalink
travis: more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Nov 25, 2018
1 parent 1720fe8 commit 8f8be7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,9 +1,14 @@
language: python
# VERSION START
python:
- '3.4'
- '3.5'
- 3.5-dev
- '3.5-dev'
- '3.6'
- '3.6-dev'
- '3.7-dev'
- nightly
# VERSION END
sudo: required
dist: trusty
install:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,14 @@ _Saves [pdml2flow] output in Elasticsearch_

## Prerequisites


* [python]:
- 3.4
- 3.5
- 3.5-dev
- 3.6
- 3.6-dev
- 3.7-dev
- nightly
* [pip](https://pypi.python.org/pypi/pip)

## Installation
Expand Down

0 comments on commit 8f8be7c

Please sign in to comment.