Skip to content

Commit

Permalink
Added travisci for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymaysak committed Aug 2, 2018
1 parent ebae7a2 commit 37cdc4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ matrix:
env: TOXENV=py36
- python: "3.4.2"
env: TOXENV=build
- python: "3.7-dev"
env: TOXENV=lint
- python: "3.7-dev"
env: TOXENV=py37

install: pip install -U tox coveralls
language: python
Expand Down

0 comments on commit 37cdc4e

Please sign in to comment.