summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Rodrigues <medecau@gmail.com>2017-04-15 09:03:27 +0100
committerPedro Rodrigues <medecau@gmail.com>2017-04-15 09:03:27 +0100
commit2c2e9fea84014c9006121eb1ba4556b8ac25bb4e (patch)
tree6ad9b2c87f6d632cca04f82c14654e3b3114691e
parent0881b24639a0a7d3d0ce45563233dbd2a78ccc92 (diff)
downloadpycco-2c2e9fea84014c9006121eb1ba4556b8ac25bb4e.tar.gz
fixes travis install command
tox environment is more specific
-rw-r--r--.travis.yml4
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index a392149..3443282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,11 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- install: tox
+ install: pip install tox
script: tox
- python: 3.6
env: TOXENV=py36
- install: tox
+ install: pip install tox
script: tox
- python: 3.5
env: CODESTYLE=true
diff --git a/tox.ini b/tox.ini
index b59d37a..d774271 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py2,py3,codestyle
+envlist = py27,py36,codestyle
[testenv]
deps = -rrequirements.test.txt