We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28770a commit 7d88bb6Copy full SHA for 7d88bb6
.travis.yml
@@ -1,24 +1,16 @@
1
+sudo: false
2
language: python
3
+python: "3.5"
4
+env:
5
+ - TOXENV=py33
6
+ - TOXENV=py34
7
+ - TOXENV=py35
8
+ - TOXENV=codestyle
9
+ - TOXENV=pypi-lint
10
-python:
- - "3.3"
- - "3.4"
- - "3.5"
-
-before_script:
- - cp tests/config-travisci.py config.py
11
-install:
12
- - pip install --upgrade pip
13
- - pip install -e .
14
- - pip install slackclient # Optional dependency but Slack tests are skipped without it
15
- - pip freeze
16
17
-script: ./run_tests.py
18
19
20
-# New travis docker base build.
21
-sudo: false
+install: pip install tox
+before_script: cp tests/config-travisci.py config.py
+script: tox
22
23
# notification for gitter integration
24
notifications:
0 commit comments