Skip to content

Commit

Permalink
python3: travis testing for python 3
Browse files Browse the repository at this point in the history
Turn on travis testing for Python 3.

partial: vmware#55
  • Loading branch information
hartsock committed Jul 24, 2014
1 parent 19e5029 commit a526f48
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
Expand Up @@ -3,6 +3,8 @@ python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"

before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
Expand Down

0 comments on commit a526f48

Please sign in to comment.