Skip to content

Commit

Permalink
testing: travis-ci update to ubuntu 16.04, add python-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Nov 27, 2018
1 parent d15b19d commit c9096af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
dist: trusty
sudo: required
dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.6"
branches:
only:
- master
- "3.7"
install:
# Build/test dependencies
- pip install -r dev-requirements.txt
Expand All @@ -26,5 +23,8 @@ script:
- fab test
# Integration tests
- fab -H localhost test:integration
branches:
only:
- master
notifications:
email: false

0 comments on commit c9096af

Please sign in to comment.