Browse code

Change .travis.yml now all tests are passing with minio.

Florent Viard authored on 2017/05/30 21:41:50
Showing 1 changed files
... ...
@@ -2,10 +2,12 @@ language: python
2 2
 python:
3 3
     - "2.6"
4 4
     - "2.7"
5
+    - "3.4"
5 6
     - "3.5"
6
-matrix:
7
-    allow_failures:
8
-        - python: "3.5"
7
+    - "3.6"
8
+#matrix:
9
+#    allow_failures:
10
+#        - python: "3.5"
9 11
 notifications:
10 12
     email: false
11 13
     irc: "chat.freenode.net#s3cmd"
... ...
@@ -31,6 +33,6 @@ before_script:
31 31
     - sleep 4 # give minio some time to start
32 32
 # command to run tests
33 33
 ## Tests stopped at test 23 because minio doesn't support "quote_plus" used in signatures.
34
-script: python ./run-tests-minio.py -c .travis.s3cfg -p baseauto 1..23
34
+script: python ./run-tests-minio.py -c .travis.s3cfg -p baseauto
35 35
 after_script:
36 36
     - killall minio