Title: [1026] trunk/.travis.yml: Travis dropped Python 2.6 and 3.3
Revision
1026
Author
cito
Date
2019-10-04 14:18:41 -0400 (Fri, 04 Oct 2019)

Log Message

Travis dropped Python 2.6 and 3.3

Modified Paths


Diff

Modified: trunk/.travis.yml (1025 => 1026)


--- trunk/.travis.yml	2019-10-03 23:35:34 UTC (rev 1025)
+++ trunk/.travis.yml	2019-10-04 18:18:41 UTC (rev 1026)
@@ -4,9 +4,7 @@
 language: python
 
 python:
-  - "2.6"
   - "2.7"
-  - "3.3"
   - "3.4"
   - "3.5"
   - "3.6"
@@ -14,7 +12,6 @@
 
 install:
   - pip install .
-  - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
 
 script: python setup.py test
 
_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to