Skip to content

Commit

Permalink
BLD: Bump travis to py3.6 and build only master and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Apr 5, 2019
1 parent 7024ca5 commit b492f4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.4"
- "3.6"

install:
- make requirements
Expand All @@ -10,4 +10,8 @@ before_script:
- make style

script:
- make test
- make test

branches:
only:
- master

0 comments on commit b492f4f

Please sign in to comment.