Skip to content

Commit

Permalink
Issue yell#8 Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Mar 6, 2019
1 parent 671674f commit 2923992
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python

python:
# Matplotlib dropout python 2.x support
#- "2.7"
- "2.7"
- "3.5"
- "3.6"

Expand All @@ -17,7 +16,7 @@ sudo: required

install:
- pip install -U setuptools
- pip uninstall pytest
- pip uninstall --yes pytest
- python setup_cpu.py develop
- make test
- codecov
Expand Down

0 comments on commit 2923992

Please sign in to comment.