Skip to content

Commit

Permalink
- run the GS tests in Travis CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 19, 2018
1 parent aa9c0dc commit 4850762
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ python:
- 2.7
- 3.5
- 3.6
env:
- EXTRA=
- EXTRA=_with_gs
install:
- pip install -U setuptools==33.1.1
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1
- bin/test$EXTRA -v1
notifications:
email: false
cache:
Expand Down

0 comments on commit 4850762

Please sign in to comment.