Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
right order in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 10, 2021
1 parent d5dc50c commit de84132
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 @@ -6,8 +6,8 @@ python:
- '3.6'
install:
- pip install https://github.com/SpikeInterface/spikeextractors/archive/master.zip
- pip install https://github.com/SpikeInterface/spikesorters/archive/master.zip
- pip install https://github.com/SpikeInterface/spiketoolkit/archive/master.zip
- pip install https://github.com/SpikeInterface/spikesorters/archive/master.zip
- pip install .
- pip install pytest==4.3
- pip install matplotlib==3.2.2
Expand Down

0 comments on commit de84132

Please sign in to comment.