Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge 2251812 into 94721fa
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Sep 7, 2018
2 parents 94721fa + 2251812 commit 04e3c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ language: python
cache:
- pip

python:
- "2.7"
- "3.6"

matrix:
fast_finish: true
include:
- python: 2.7
- python: 3.6
- python: 3.7
dist: xenial

before_install:
- pip install -r requirements-dev.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python',
'Topic :: System :: Clustering',
Expand Down

0 comments on commit 04e3c36

Please sign in to comment.