Skip to content

Commit

Permalink
Run benchmark tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Jul 7, 2017
1 parent 8dae27d commit 2306080
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
sudo: false
language: python
python:

- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6-dev'
- '3.6'
- pypy
- nightly

# command to install dependencies
install: "pip install -U tox"
# # command to run tests

# command to run tests
env:
matrix:
- TOXENV=py-pytest28
- TOXENV=py-pytest29
- TOXENV=py-pytest30

matrix:
include:
- python: '2.7'
env: TOXENV=check
- python: '3.5'
- python: '3.6'
env: TOXENV=check
- python: '2.7'
env: TOXENV=benchmark
- python: '3.6'
env: TOXENV=benchmark

script:
- tox --recreate -e $TOXENV

Expand Down

0 comments on commit 2306080

Please sign in to comment.