File: tox.ini

package info (click to toggle)
sagenb-export 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 100
  • sloc: python: 502; makefile: 30; sh: 16
file content (12 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py27, py34

[testenv:py27]
commands=python2.7 -m unittest discover

[testenv:py34]
commands=python3.4 -m unittest discover

[testenv:py35]
commands=python3.5 -m unittest discover