Skip to content

Commit

Permalink
Enable py3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan committed Feb 7, 2017
1 parent 7daa3c4 commit 27d6c60
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion assaytools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ build:
- xml2png = assaytools.scripts.xml2png:entry_point
- xml2png4scans = assaytools.scripts.xml2png4scans:entry_point
- ipnbdoctest = assaytools.scripts.ipnbdoctest:entry_point
skip: True # [py3k]

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions deepchem/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source:

build:
number: 1
skip: True # [osx or win or py3k]

skip: True # [osx or win]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion ensembler/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
number: 1
entry_points:
- ensembler = ensembler.cli:main
skip: True # [win or py3k]
skip: True # [win]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion graphviz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
number: 3
binary_relocation: true
skip: True # [win or py3k]
skip: True # [win]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion lomap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:


build:
skip: True # [(not unix) or py3k]
skip: True # [not unix]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion openpathsampling/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
build:
preserve_egg_dir: True
number: 0
skip: True # [(win and py27) or py3k]
skip: True # [win and py27]

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion pymol/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
- fix_tests.patch

build:
skip: True # [not (linux and py2k)]
skip: True # [not linux]

requirements:
build:
Expand Down

0 comments on commit 27d6c60

Please sign in to comment.