Skip to content

Commit

Permalink
Merge pull request #79 from Itwilloutliveyou/master
Browse files Browse the repository at this point in the history
Py-moneyed tested with Python 3.4.2. Everything is fine.
  • Loading branch information
spookylukey committed May 16, 2016
2 parents 5476604 + daf6521 commit a74ec2c
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 @@ -5,6 +5,7 @@ env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=flake
- TOXENV=checkmanifest
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
# Add to .travis.yml when you add to this
envlist = py26,py27,py32,py33,pypy,flake,checkmanifest
envlist = py26,py27,py32,py33,py34,pypy,flake,checkmanifest

[testenv]
deps=
Expand Down

0 comments on commit a74ec2c

Please sign in to comment.