Skip to content

Commit 2306080

Browse files
author
Tyler Goodlet
committed
Run benchmark tests in travis
1 parent 8dae27d commit 2306080

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
sudo: false
22
language: python
33
python:
4-
54
- '2.6'
65
- '2.7'
76
- '3.3'
87
- '3.4'
98
- '3.5'
10-
- '3.6-dev'
9+
- '3.6'
1110
- pypy
1211
- nightly
12+
1313
# command to install dependencies
1414
install: "pip install -U tox"
15-
# # command to run tests
15+
16+
# command to run tests
1617
env:
1718
matrix:
1819
- TOXENV=py-pytest28
1920
- TOXENV=py-pytest29
2021
- TOXENV=py-pytest30
22+
2123
matrix:
2224
include:
2325
- python: '2.7'
2426
env: TOXENV=check
25-
- python: '3.5'
27+
- python: '3.6'
2628
env: TOXENV=check
29+
- python: '2.7'
30+
env: TOXENV=benchmark
31+
- python: '3.6'
32+
env: TOXENV=benchmark
33+
2734
script:
2835
- tox --recreate -e $TOXENV
2936

0 commit comments

Comments
 (0)