Skip to content

Commit

Permalink
add py2.5 py3.5 (#15)
Browse files Browse the repository at this point in the history
* add python 2.7/3.5 tests

* fix typo
  • Loading branch information
Digo committed Aug 31, 2018
1 parent 8889ed2 commit ef8c18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: required
language: python
python:
- "2.7"
- "3.5"
- "3.6"

install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
Expand Down

0 comments on commit ef8c18d

Please sign in to comment.