Skip to content

Commit

Permalink
Updated script for building conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Jan 20, 2017
1 parent 01acecc commit 1837abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pushd skeleton
conda skeleton pypi pyplink

# The different python versions and platforms
python_versions="2.7 3.3 3.4 3.5"
platforms="linux-32 linux-64 osx-64 win-32 win-64"
python_versions="2.7 3.3 3.4 3.5 3.6"
platforms="all"

# Building
for python_version in $python_versions
Expand Down

0 comments on commit 1837abe

Please sign in to comment.