Skip to content

Commit

Permalink
Merge pull request #3 from browniebroke/python-3.5
Browse files Browse the repository at this point in the history
Run tests against Python 3.5
  • Loading branch information
browniebroke committed Sep 14, 2015
2 parents ffd68f0 + 844f363 commit 60f7c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,9 +1,11 @@
language: python
sudo: false
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -54,6 +54,7 @@ def find_version(*file_paths):
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)

0 comments on commit 60f7c58

Please sign in to comment.