File: rules

package info (click to toggle)
python-chemspipy 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,123; makefile: 14
file content (8 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=chemspipy
#Disabled tests needing internet access
export PYBUILD_TEST_ARGS=-k 'not test_api and not test_compound and not test_search'

%:
	dh $@ --buildsystem=pybuild