Skip to content

Commit

Permalink
updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 13, 2018
1 parent 1193dca commit 8766232
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: python
cache: pip
python:
Expand All @@ -8,16 +9,15 @@ env:
- MIXED=0
- BATCHED=0
matrix:
- BACKEND=gaussian
- BACKEND=gaussian MIXED=1
- BACKEND=fock
- BACKEND=fock MIXED=1
- BACKEND=tf
- BACKEND=tf MIXED=1
- BACKEND=tf BATCHED=1
include:
- python: 3.5
env: BACKEND=tf MIXED=1 BATCHED=1
- env: BACKEND=gaussian
- env: BACKEND=gaussian MIXED=1
- env: BACKEND=fock
- env: BACKEND=fock MIXED=1
- env: BACKEND=tf
- env: BACKEND=tf MIXED=1
- env: BACKEND=tf BATCHED=1
- env: BACKEND=tf MIXED=1 BATCHED=1
sudo: required
# command to install dependencies
install:
Expand Down

0 comments on commit 8766232

Please sign in to comment.