Skip to content

Commit

Permalink
modified travis configuration to take into account resource intensive…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
josh146 committed Apr 13, 2018
1 parent 241eb6c commit 1193dca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ env:
- BACKEND=tf
- BACKEND=tf MIXED=1
- BACKEND=tf BATCHED=1
- BACKEND=tf MIXED=1 BATCHED=1
include:
- python: 3.5
env: BACKEND=tf MIXED=1 BATCHED=1
sudo: required
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 1193dca

Please sign in to comment.