Skip to content

Commit

Permalink
Move nix-shell invocation from install to script phase
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 22, 2020
1 parent eb243c0 commit 46fac6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ branches:
install:
- sudo curl -L https://nixos.org/nix/install | sh
- . $HOME/.nix-profile/etc/profile.d/nix.sh
- nix-shell

script:
- HYPOTHESIS_PROFILE=travis-ci pytest -v -k dataflow
- nix-shell --run 'HYPOTHESIS_PROFILE=travis-ci pytest -v -k dataflow'

# CACHING. See https://nixos.wiki/wiki/Nix_on_Travis

Expand Down

0 comments on commit 46fac6b

Please sign in to comment.