Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Test Tox/Travis Fix
  • Loading branch information
EPAENERGYSTAR committed Apr 26, 2018
1 parent 4d51723 commit e8d0759
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ cache:
- .tox

language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
#python:
#- 2.7
#- 3.4
#- 3.5
#- 3.6

matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36

notifications:
email: false
Expand Down

0 comments on commit e8d0759

Please sign in to comment.