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 cf02e5b commit 7c4704a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- "3.6"
# command to install dependencies
cache: pip
install: travis_wait 10 mvn install
install:
- travis_wait 10 mvn install
- pip install -r requirements.txt
- pip install -e .

Expand Down

0 comments on commit 7c4704a

Please sign in to comment.