Skip to content

Commit 9655bda

Browse files
committed
Changed distro for python 2.6 and 3.3 to "trusty" as there are no
packages for them in xenial.
1 parent 5bfff57 commit 9655bda

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.travis.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: python
2-
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.3"
6-
- "3.4"
7-
- "3.5"
2+
jobs:
3+
include:
4+
- python: 2.6
5+
dist: trusty
6+
- python: 2.7
7+
dist: xenial
8+
- python: 3.3
9+
dist: trusty
10+
- python: 3.4
11+
dist: xenial
12+
- python: 3.5
13+
dist: xenial
814
# command to run tests
915
script: python setup.py test

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/home/akash/anaconda3/envs/test/bin/python"
3+
}

0 commit comments

Comments
 (0)