Commit Graph

20 Commits (master)

Author SHA1 Message Date
Ilya Etingof acd16a65f8 Disable pypy build in Travis
Because it stopped working.
2018-11-03 19:44:02 +01:00
Ilya Etingof e425da2a0f Disable Travis builds for py 2.6, 3.2 & 3.3
Seems like they discontinued those.
2018-11-03 14:18:59 +01:00
Ilya Etingof 861d28f200 enable py3.2 build in Travis 2018-08-06 16:56:55 +02:00
Ilya Etingof 5168479e42
Add extra-requirements.txt (#165)
* Add extra-requirements.txt

In grand schema of things we now have `requirements.txt`
that list mandatory dependencies, then we have
`extra-requirements.txt` for optional dependencies enabling
all pysnmp features and finally `devel-requirements.txt`
for things required solely for testing.

Strangely, Travis pulls pysnmpcrypto which then pulls
Cryptography while according to pysnmpcrypyo requirement
it should really pull pycryptodomex (which is does in its
own CI job)
2018-07-08 12:05:59 +02:00
Eric Brown d5ab28820d Switch back to offical Python 3.7 build (#163)
It appears that Python 3.7 use in Travis-CI is finally fixed. However,
it requires use of xenial distribution and sudo: true.  Those have
now been added to the matrix.

Signed-off-by: Eric Brown <browne@vmware.com>
2018-07-03 08:18:56 +02:00
Ilya Etingof df6d6a6efd switch Travis back to 3.7-dev while 3.7 is not avail 2018-06-29 09:29:59 +02:00
Eric Brown f14b61a7da Add Python 3.7 support (#162)
Python 3.7 was just released [1]. This is a small change to
enable support in pysnmp.

[1] https://docs.python.org/3.7/whatsnew/3.7.html

Signed-off-by: Eric Brown <browne@vmware.com>
2018-06-28 08:49:59 +02:00
mattsb42-aws 1fba745773 bumping Travis CI max runtime from 10 minutes to 20 2018-02-09 11:12:29 -08:00
Ilya Etingof b42880e3ea try py2.6 build 2018-02-04 17:58:09 +01:00
Ilya Etingof 6aeb434cf3 fixes to travis 2017-10-26 14:42:30 +02:00
Ilya Etingof 522cb710db fixes to Alabaster theme options 2017-10-26 13:58:28 +02:00
Ilya Etingof a8678b0040 Revert "re-enable python 2.6 build"
This reverts commit 8dbe4e31be.
2017-04-13 01:32:37 +02:00
Ilya Etingof 8dbe4e31be re-enable python 2.6 build 2017-04-13 01:01:55 +02:00
Ilya Etingof 7af816adb1 temporary disable python 2.6 build 2017-04-04 23:48:43 +02:00
Ilya Etingof c88ef9dc65 Python 3.6 is out 2016-12-23 21:08:25 +01:00
johnthagen 99466981b5 Use pip to install local package. 2016-10-31 17:50:18 -04:00
Ilya Etingof ca2666dc1b pip -r requirements.txt 2016-03-12 12:50:30 +01:00
Ilya Etingof c45f60f049 pypy does not work yet 2016-03-12 10:56:45 +01:00
Ilya Etingof 7d3e47739a add compiled MIBs 2016-03-12 10:13:04 +01:00
Ilya Etingof 98b42276e0 travis added 2016-03-12 10:08:18 +01:00