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

Commit

Permalink
Merge b4a2379 into 95d1b1e
Browse files Browse the repository at this point in the history
  • Loading branch information
sk- committed Dec 12, 2015
2 parents 95d1b1e + b4a2379 commit 2103d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
# command to install dependencies
install:
- "pip install ."
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
],
)

0 comments on commit 2103d59

Please sign in to comment.