rymurr commented on a change in pull request #1369:
URL: https://github.com/apache/iceberg/pull/1369#discussion_r475411356



##########
File path: .travis.yml
##########
@@ -45,10 +45,28 @@ matrix:
         - $HOME/.gradle/wrapper/
 
   - language: python
-    python: 3.6
+    python:
+      - 3.6
     before_script:
       - cd python
       - pip install -e .[dev]
+      - pip install -U tox-travis
+    script: tox
+  - language: python
+    python:
+      - 3.7
+    before_script:
+      - cd python
+      - pip install -e .[dev]
+      - pip install -U tox-travis
+    script: tox
+  - language: python
+    python:
+      - 3.8

Review comment:
       I thought so as well. Travis seems to only run one python in that case.
   
   Compare yesterdays travis run:
   https://travis-ci.org/github/apache/iceberg/builds/720376892
   
   To today's with the duplicate code removed:
   https://travis-ci.org/github/apache/iceberg/builds/720565051




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to