Skip to content

Commit

Permalink
Try Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 21, 2019
1 parent 1674f96 commit 36efa6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
os: linux
# dist: xenial
language: python
virtualenv:
system_site_packages: true
Expand All @@ -23,10 +24,10 @@ matrix:
python: 2.7
env: TEST_COMMAND=test
- name: "Python 3 Unit Tests"
python: 3.6
python: 3.5
env: TEST_COMMAND=test
- name: "Python 3 Code Quality"
python: 3.6
python: 3.5
env: TEST_COMMAND=flake8

script:
Expand Down

0 comments on commit 36efa6c

Please sign in to comment.