Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from MITLibraries/py34
Browse files Browse the repository at this point in the history
Add test for python 3.4
  • Loading branch information
Mike Graves committed Jan 30, 2017
2 parents 0ef776b + 83c7d7c commit 1a3daab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ notifications:
language: python
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=coveralls
install: pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = clean,py27,py35,coverage
envlist = clean,py27,py34,py35,coverage
skipsdist = True

[testenv]
Expand Down

0 comments on commit 1a3daab

Please sign in to comment.