Skip to content

Commit

Permalink
simplified install instructions for travis CI to try to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrose committed May 18, 2020
1 parent 3779ee3 commit ec81311
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ python:

# install dependencies
install:
- python setup.py sdist
- pip install -r requirements.txt
- python setup.py install
- pip install .[all]

# run tests
script:
Expand Down

0 comments on commit ec81311

Please sign in to comment.