Skip to content

Commit

Permalink
Switch to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Nov 21, 2016
1 parent d96db01 commit 5962475
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
install: "pip install tox"
script: tox
sudo: false
4 changes: 0 additions & 4 deletions circle.yml

This file was deleted.

6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[test]
envlist = py27,py34,flake8
envlist = py27,py35,flake8

[testenv]
usedevelop = True
Expand All @@ -18,6 +18,6 @@ deps = flake8
[testenv:py27]
basepython = python2.7

[testenv:py34]
basepython = python3.4
[testenv:py35]
basepython = python3.5
install_command = pip3 install {opts} {packages}

0 comments on commit 5962475

Please sign in to comment.