Skip to content

Commit

Permalink
Use different python versions, hopefully preinstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 21, 2019
1 parent e57dae2 commit 1674f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ install:

matrix:
include:
- name: "2.7 Unit Test"
python: 2
- name: "Python 2 Unit Test"
python: 2.7
env: TEST_COMMAND=test
- name: "3.4 Unit Tests"
python: 3
- name: "Python 3 Unit Tests"
python: 3.6
env: TEST_COMMAND=test
- name: "3.4 Code Quality"
python: 3
- name: "Python 3 Code Quality"
python: 3.6
env: TEST_COMMAND=flake8

script:
Expand Down

0 comments on commit 1674f96

Please sign in to comment.