Skip to content

Commit

Permalink
Update TravisCI/Tox to work on tox v3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jul 10, 2018
1 parent e534462 commit 8706f71
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis-tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ deps =
#Leaving py34 without any soft dependencies (just numpy)
cover: coverage
cover: codecov
{py27}: unittest2
{py27}: mysql-python
{py27,py36}: mmtf-python
{py27,py35}: reportlab
{py27,py34,py35,py36}: psycopg2-binary
{py27,py34,py35,py35}: mysql-connector-python-rf
{py27,py35,pypy}: rdflib
{pypy,pypy3}: numpy==1.12.1
{py27,py34,py36}: numpy
{py36}: scipy
{py27}: networkx
{py36}: matplotlib
py27: unittest2
py27: mysql-python
py27,py36: mmtf-python
py27,py35: reportlab
py27,py34,py35,py36: psycopg2-binary
py27,py34,py35,py35: mysql-connector-python-rf
py27,py35,pypy: rdflib
pypy,pypy3: numpy==1.12.1
py27,py34,py36: numpy
py36: scipy
py27: networkx
py36: matplotlib
commands =
#The bash call is a work around for special characters
#The /dev/null is to hide the verbose output but leave warnings
Expand Down

0 comments on commit 8706f71

Please sign in to comment.