Skip to content

Commit

Permalink
Merge pull request #17 from lucywang000/0.001
Browse files Browse the repository at this point in the history
remove "sudo: false" now that travis no longer supports it
  • Loading branch information
lopuhin committed Dec 13, 2018
2 parents d9ccc51 + 84b6b16 commit c23c782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
branches:
only:
- master
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def read(fname):
'scikit-learn>=0.18',
'scipy>=0.18',
'webstruct>=0.4',
'parsel>=1.4',
],
long_description=read('README.rst'),
classifiers=[
Expand Down

0 comments on commit c23c782

Please sign in to comment.