use nix-shell shebang rather then travis's python
This commit is contained in:
parent
8c491f926b
commit
eea33c0e02
2 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
language: nix
|
||||
before_install:
|
||||
- source ~/virtualenv/python3.6/bin/activate
|
||||
script:
|
||||
- bash ci/deploy.sh
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ fi
|
|||
|
||||
unset encrypted_025d6e877aa4_key encrypted_025d6e877aa4_iv
|
||||
|
||||
python ./nur/update.py
|
||||
./nur/update.py
|
||||
nix-build
|
||||
|
||||
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue