Skip to content

Commit

Permalink
using pytorch writer now
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jun 30, 2019
1 parent b44f057 commit c926421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
# command to install dependencies
cache: pip
install:
- travis_wait 10 && pip install -r requirements.txt
- pip install -e .
- pip install -r requirements.txt --progress-bar off
- pip install -e . --progress-bar off

# command to run tests
script:
Expand Down

0 comments on commit c926421

Please sign in to comment.