Skip to content

Commit

Permalink
add python versions to travis build definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Iskandarov committed Aug 28, 2018
1 parent 33eb832 commit 959191a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
install:
- pip install tox coveralls
# command to run tests
Expand All @@ -7,7 +12,7 @@ script:
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
after_success:
coveralls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def find_version(*file_paths):
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: System :: Distributed Computing',
],
)

0 comments on commit 959191a

Please sign in to comment.