Skip to content

Commit bb8200e

Browse files
committed
Merge pull request #11 from tonyroberts/travis-ci
tidy setup scripts so there's one setup.py that works for linux and windows
2 parents ec1ae96 + 9f4ed0a commit bb8200e

File tree

6 files changed

+193
-479
lines changed

6 files changed

+193
-479
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get -qq install mono-devel mono-gmcs mono-xbuild nunit-console
1010
install:
1111
- cd pythonnet
12-
- python setupmono.py build_ext --inplace
12+
- python setup.py build_ext --inplace
1313
script:
1414
- export PYTHONPATH=`pwd`
1515
- ./npython src/tests/runtests.py

pythonnet/Makefile

-193
This file was deleted.

0 commit comments

Comments
 (0)