Skip to content

Commit

Permalink
add python 3.6 test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Feb 6, 2017
1 parent 4274129 commit 0b07039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ matrix:
env: TEST_SUITE=test_python3
- python: "3.5"
env: TEST_SUITE=test_python3
- python: "3.6"
env: TEST_SUITE=test_python3
install:
- pip install -r requirements/test_requirements.txt
script:
- python setup.py $TEST_SUITE

0 comments on commit 0b07039

Please sign in to comment.