Skip to content

Commit

Permalink
enabling all default branches in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
CFGrote committed Mar 16, 2020
1 parent 11c6370 commit b3bf9a5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: python
python:
- 3.7
- 3.8
- "nightly"

matrix:
allow_failures:
- python: "nightly"
branches:
except:
- experimental
- legacy


cache:
apt: false
directories:
- $HOME/.cache/pip
- $HOME/lib


sudo: required
dist: xenial

install:
- pip install -r requirements.txt
- pip install .

script:
- sh run_tests.sh

0 comments on commit b3bf9a5

Please sign in to comment.