Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable py3
Browse files Browse the repository at this point in the history
mpharrigan committed Dec 9, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 73f28ef commit 2b6c04a
Showing 7 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion assaytools/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion deepchem/meta.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ source:

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


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

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

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


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

requirements:
build:
2 changes: 1 addition & 1 deletion openpathsampling/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion pymol/meta.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ source:
- fix_tests.patch

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

requirements:
build:

0 comments on commit 2b6c04a

Please sign in to comment.