Skip to content

Commit 0c83167

Browse files
committed
travis: bump to python 3.6
1 parent 1b6c01d commit 0c83167

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ language: python
44

55
python:
66
- '2.7'
7-
- '3.4'
8-
9-
virtualenv:
10-
system_site_packages: true
7+
- '3.6'
118

129
addons:
1310
apt:
@@ -53,8 +50,7 @@ before_script:
5350
script:
5451
# cd into test directory to make sure we're using the pip-installed
5552
# matplotlib2tikz.
56-
- cd test
57-
- MPLBACKEND=Agg pytest --cov matplotlib2tikz
53+
- cd test && MPLBACKEND=Agg pytest --cov matplotlib2tikz
5854

5955
after_success:
6056
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)