Skip to content

Commit

Permalink
Travis pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Aug 14, 2019
1 parent a5eb8d9 commit e5f6ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:

install:
- pip install numpy
- python setup.py install
- pip install .
- python setup.py sdist
- pip install dist/*

Expand Down

0 comments on commit e5f6ff3

Please sign in to comment.