Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo apt-get -qq install mono-devel mono-gmcs mono-xbuild nunit-console
install:
- cd pythonnet
- python setupmono.py build_ext --inplace
- python setup.py build_ext --inplace
script:
- export PYTHONPATH=`pwd`
- ./npython src/tests/runtests.py
193 changes: 0 additions & 193 deletions pythonnet/Makefile

This file was deleted.

Loading