Skip to content

Commit

Permalink
Travis testing on python37
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jun 20, 2018
1 parent 34f7bbf commit 61362de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install:
- pip install tox-travis coveralls
script:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ commands =
3.4 = py34
3.5 = py35
3.6 = py36
3.7-dev = py37

0 comments on commit 61362de

Please sign in to comment.