Skip to content

Commit

Permalink
Run all tests on Travis, not just dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 21, 2020
1 parent 5e167c3 commit 65e585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- . $HOME/.nix-profile/etc/profile.d/nix.sh

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

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

Expand Down

0 comments on commit 65e585e

Please sign in to comment.