Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pablo Piskunow
kwant
Commits
7ed34389
Commit
7ed34389
authored
Aug 09, 2015
by
Anton Akhmerov
Committed by
Joseph Weston
Nov 05, 2015
Browse files
ensure everything runs outside of virtual environments (see PEP 394)
parent
714daa26
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
7ed34389
...
...
@@ -136,5 +136,5 @@ $(foreach name,$(SCRIPTS),$(eval $(call makedep,$(name))))
# Generation of images
.%_flag
:
%.py
cd
$(
dir
$<
)
&&
python
$(
notdir
$<
)
cd
$(
dir
$<
)
&&
python
3
$(
notdir
$<
)
@
touch
$@
setup.py
View file @
7ed34389
#!/usr/bin/env python
#!/usr/bin/env python
3
# Copyright 2011-2015 Kwant authors.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment