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 c926421 commit 0f7a641
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:
- pip install -r requirements.txt --progress-bar off
- pip install -e . --progress-bar off
- pip install --progress-bar off -r requirements.txt
- pip install --progress-bar off -e .

# command to run tests
script:
Expand Down

0 comments on commit 0f7a641

Please sign in to comment.