Skip to content

Commit

Permalink
Build cpymad inplace to simplify the code
Browse files Browse the repository at this point in the history
The source distribution + .whl already gets checked in the Travis tests.
  • Loading branch information
coldfix committed Apr 29, 2015
1 parent 9f47216 commit 9f72993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install:

# build and install cpymad
- "%WITH_COMPILER% python setup.py build_ext --madxdir=%MADX_DIR%"
- "python setup.py bdist_wheel"
- "python setup.py develop"
# wildcard expansion is a pain in CMD.exe and just a little less in
# powershell:
- ps: "pip install (ls dist\\* | % {\"$_\"})"
Expand Down

0 comments on commit 9f72993

Please sign in to comment.