aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b8206e03..c61682ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ matrix:
- libenchant-dev
- python: 2.7
env: TOXENV=pep8
- - python: 3.3
+ - python: 3.4
env: TOXENV=py3pep8
- language: generic
os: osx
diff --git a/tox.ini b/tox.ini
index 272f5b59..feebf280 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,7 @@ commands =
flake8 .
[testenv:py3pep8]
-basepython = python3.3
+basepython = python3.4
deps =
flake8
flake8-import-order