Skip to content

Commit

Permalink
another attempt to get travis ci working for 3.5 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pzivich committed Jul 12, 2020
1 parent bc6e6d0 commit 1d0076c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ python:
notifications:
email: false

before_install:
- "pip install -U pip"
- "python setup.py install"

install:
- pip install -r travis-requirements.txt
- python setup.py install

script:
- pytest
2 changes: 1 addition & 1 deletion travis-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy<=1.18.5
pandas>=0.18
statsmodels>=0.7.0
matplotlib>=2.1.0
scipy<=1.0.1
scipy<=1.4.1
tabulate
patsy
sklearn
Expand Down

0 comments on commit 1d0076c

Please sign in to comment.