Skip to content

Commit

Permalink
installing cython and numpy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Oct 23, 2019
1 parent cf16fb0 commit 8680607
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 @@ -14,7 +14,7 @@ jobs:

install:
- travis_retry pip install --upgrade pip
- travis_retry pip install --upgrade setuptools
- travis_retry pip install --upgrade setuptools numpy cython
- travis_retry pip install .

script:
Expand Down

0 comments on commit 8680607

Please sign in to comment.