Skip to content

Commit

Permalink
added python version to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 13, 2018
1 parent 8766232 commit b31d5f4
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ env:
- BATCHED=0
matrix:
include:
- 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
- python: 3.5
env: BACKEND=gaussian
- python: 3.5
env: BACKEND=gaussian MIXED=1
- python: 3.5
env: BACKEND=fock
- python: 3.5
env: BACKEND=fock MIXED=1
- python: 3.5
env: BACKEND=tf
- python: 3.5
env: BACKEND=tf MIXED=1
- python: 3.5
env: BACKEND=tf BATCHED=1
- python: 3.5
env: BACKEND=tf MIXED=1 BATCHED=1
sudo: required
# command to install dependencies
install:
Expand Down

0 comments on commit b31d5f4

Please sign in to comment.